Opened 13 years ago
Closed 13 years ago
#8523 closed Bug (fixed)
Changing colors not working with XHTML compliant code
Reported by: | Martin Bauer | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.3 |
Component: | General | Version: | 3.2.1 |
Keywords: | Cc: |
Description
It is not possible to change the color twice, when using CKEditor in XHTML compliant mode. The bug can easily be reproduced on the demo site: http://nightly.ckeditor.com/7310/_samples/output_xhtml.html
Mark a word. Choose the blue color, which will work. Choosing a second color without unmarking the word will fail. This also makes it impossible to remove a chosen color.
Change History (6)
comment:1 Changed 13 years ago by
Keywords: | XHTML added |
---|
comment:2 Changed 13 years ago by
Keywords: | XHTML removed |
---|---|
Status: | new → confirmed |
Version: | → 3.2.1 |
comment:5 Changed 13 years ago by
comment:6 Changed 13 years ago by
Milestone: | → CKEditor 3.6.3 |
---|---|
Resolution: | → fixed |
Status: | confirmed → closed |
This is fixed now with #7492.
<span class="FontColor1">some</span>
<span class="FontColor1BG"><span class="FontColor1BG">some</span></span>
(Switching to Source and back and then applying colors can help to reproduce the issue)