The
CKEditor Anchor Link module β
has a pretty unique setup that swaps out the default "DrupalLink" ckeditor plugin with the default ckeditor "Link" plugin. This means it opens the ckeditor dialog modal without passing through the Drupal.ckeditor.openDialog
function, which means it's not signaling to other Drupal plugins that a modal has been opened.
So if you have both the Anchor Link module installed and this module, if you double-click on a link in the WYSIWYG editor, you get two dialogs:
There are probably other ways around this, but for my purposes, if we just checked to make sure the "link" plugin isn't defined, the dialog associated with this module doesn't appear and the one associated with the Anchor Link module does. This shouldn't affect sites without the anchor link module installed.
I'll add a patch for this shortly.
Closed: outdated
1.0
Code
The change/bugfix cannot be fully demonstrated by automated testing, and thus requires manual testing in a variety of environments.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.