Changes between Version 4 and Version 5 of Ticket #11679
- Timestamp:
- Jan 19, 2018, 2:38:03 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11679 – Description
v4 v5 23 23 ---- 24 24 **Results:** 25 1. If you use custom color for which translation is not defined in language file e.g. {{{' Green1/3A9D23'}}} then you will see green square in color button dropdown panel but its label is {{{'3A9D23'}}}. **Maybe I'm wrong here** but I would expect label to be displayed as {{{'Green1'}}}. Again I may be wrong here.25 1. If you use custom color for which translation is not defined in language file e.g. {{{'highlight_yellow/FFFF00'}}} then you will see green square in color button dropdown panel but its label is {{{'3A9D23'}}}. **Maybe I'm wrong here** but I would expect label to be displayed as {{{'highlight_yellow'}}}. 26 26 27 2. The ' Green1' is used for styling text you select but it has no effect. Such style {{{<span style="color:highlight_yellow">item 2</span>}}} is not recognized thus it looks like text is not styled.27 2. The 'highlight_yellow' is used for styling text you select but it has no effect. Such style {{{<span style="color:highlight_yellow">item 2</span>}}} is not recognized thus it looks like text is not styled. 28 28 29 29 3. With ACF enabled, once you switch to source and back, span will be removed and it shouldn't be. This part is reproducible from CKEditor 4.1.