Problem/Motivation
Using Editor Advanced Link to expose the CSS Class field on the Link Dialog in text editors I figured out that a strange "cke_widget_element" class was appended in the field.
Steps to reproduce
- install Drupal and Editor advanced link
- log in as user#1
- add a node
- insert an image in the content
- put a link on the image
- edit the link (right click)
- open the "advanced" fieldset
Expected result: the CSS class field is empty
Current result: the CSS class field contains "cke_widget_element"
Proposed resolution
Figure out where it comes from and clean it.
Remaining tasks
Seek, Destroy
User interface changes
No more "cke_widget_element" class in the css class field
API changes
None.
Data model changes
None.