Opened 8 years ago
Closed 8 years ago
#14871 closed Bug (invalid)
The Stylesheet classes textfield is disabled for the image caption link in the advanced tab
Reported by: | ahmad | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Widgets | Version: | 4.3 |
Keywords: | Cc: |
Description
Steps to reproduce
1.Click on the enhanced image (image2) in the editor and add a url to the image and select the captioned image checkbox.
2.select the caption text and click the link icon in the editor. 3.in the link dialog you will notice that the target tab is disabled this will enable the advanced tab
editables: { caption: { selector: 'figcaption', allowedContent: 'br em strong sub sup u s; a[!*]' } },
but you will see the stylesheect Classes textfield is still disabled.
Expected result
The Stylesheet Classes field should be enabled.
If you want to enable classes you would need to use:
br em strong sub sup u s; a[!*](*)