Changes between Version 2 and Version 3 of Ticket #8686, comment 8
- Timestamp:
- Jul 4, 2017, 6:41:13 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8686, comment 8
v2 v3 1 Issue can still be reproduced in latest CKE 4.1 (ACF needs to be disabled)1 Issue can still be reproduced in CKE 4.x 2 2 3 Actually only original issue can be reproduced (bold style set to strong that doesn't remove span with font-weight bold). If you set editor to use span as bold it will unbold e.g. {{{<span style="font-family:Batang; font-weight:bold">Bold</span>}}} and leave other styles untouched. 3 Actually only original issue can be reproduced - bold style set to {{{strong}}} replaces whole {{{font-wight:bold}}} span even if span contains more than one style. 4 If you set editor to use span as bold, it will unbold e.g. {{{<span style="font-family:Batang; font-weight:bold">Bold</span>}}} and leave other styles untouched. 4 5 5 6 It seems that this works based on matching context/styles now. This is very similar to how dropdowns work but unlike #9964 it may be easier to fix this behaviour as there is limited number of styles to add.