#10405 closed Bug (invalid)
CKEditor backgroundcolor selection bug
Reported by: | Mandeep | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0.2 |
Keywords: | Cc: |
Description
Select any text and apply background color.
In Chrome, text is shown as selected. But in FF, there is no selection shown and hence it looks like that the color was not applied at all(unless u click and see).
Also, after clicking and seeing what background color has been applied, try selecting and the text again and the text with the background color, the selection color is absent and it looks dirty.
I am using CKEditor inline version 4.0.2, but i was able to reproduce it on your full featured edtior on the demo site. I am using Firefox version 20.0.1.
Steps to reproduce(FF):
- Select some random words and apply background color to them(see attachment _1)
- It seems that it did not work. Click inside and you will see what background color has been applied.
- Select the complete sentence again(see attachment _2)
- You will notice why it looks dirty
Hope I made myself clear
Attachments (2)
Change History (4)
Changed 12 years ago by
Attachment: | CKEditor_background-color_1.png added |
---|
Changed 12 years ago by
Attachment: | CKEditor_background-color_2.png added |
---|
comment:1 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This is a normal Firefox behaviour. When you select a text which is highlighted with dark background colours it does not render this like Chrome - by applying semi-transparent rectangle under which highlight colours are visible. Firefox does it differently - it inverts colours - background becomes white and font colour is changed. This is a bit worse solution than Chrome's, but we cannot do anything about this and it's definitely not caused by CKEditor.