Changes between Initial Version and Version 4 of Ticket #11679
- Timestamp:
- Sep 8, 2016, 3:05:06 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11679
-
Property
Status
changed from
new
toconfirmed
-
Property
Status
changed from
-
Ticket #11679 – Description
initial v4 23 23 ---- 24 24 **Results:** 25 1. Witah allowedContent:true commented out once you switch to source and back, span will be removed and it shouldn't be. This part is reproducible from CKEditor 4.1.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. 26 26 27 2. You can't change this color to automatic with such configuration. This part can be reproduced from CKEditor 3.0.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. 28 28 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. 30 31 4. You can't change this color to automatic with such configuration. This part can be reproduced from CKEditor 3.0. 32