Opened 9 years ago
Closed 9 years ago
#13831 closed Bug (invalid)
Allowed content rules syntax doesn't allow all classes for certain HTML elements
Reported by: | Vangelis | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Configure 'allowedContent' in the config.
- Add 'strong' to allow any class (i.e. 'strong(*)').
- Apply bold style to some text in the editor.
It seems that clicking the bold icon again to unbold the text doesn't work.
Change History (1)
comment:1 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.5.3 |
Please see http://dev.ckeditor.com/ticket/8369#comment:14.
Based on this ticket I need to close this one.
NOTE:
There are issues like http://dev.ckeditor.com/ticket/12526 or http://dev.ckeditor.com/ticket/9964 which touch styles system and the fact that in order to remove particular style they need to match. Perhaps once that is fixed the strong tag will not be a problem.