Changes between Version 1 and Version 2 of Ticket #8686, comment 8
- Timestamp:
- Jul 22, 2013, 6:43:43 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8686, comment 8
v1 v2 1 1 Issue can still be reproduced in latest CKE 4.1 (ACF needs to be disabled) 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. 4 5 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.