Changes between Version 5 and Version 6 of Ticket #11679
- Timestamp:
- Jan 19, 2018, 2:38:52 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11679 – Description
v5 v6 23 23 ---- 24 24 **Results:** 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'}}}.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 {{{'FFFF00'}}}. **Maybe I'm wrong here** but I would expect label to be displayed as {{{'highlight_yellow'}}}. 26 26 27 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.