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.

Change History (1)

comment:1 Changed 8 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

If you want to enable classes you would need to use: br em strong sub sup u s; a[!*](*)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy