Opened 11 years ago
Closed 11 years ago
#11852 closed Bug (invalid)
improperly highlighting on changing text color
Reported by: | Tony | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
When user changes the color of the text a couple of times - the text remains blue, but the highlighting is gone - the user's color selection is not displayed until you tap into the screen or send the message. This issue only occurs in IE. It works fine for some colors. steps to recreate:
- CKEditor demo
- enter a couple of words
- highlight all of the text and change the color(eg. Red)
- then select a word or two and change them to another color(eg. Orange)
- notice the text is changed to blue- and the highlighting is removed
Change History (1)
comment:1 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.3.3 |
This "problem" can also be reproduced in HTML as well. In fact this isn't a bug but way how IE highlights these colours.
Please try using below code on HTML page and you will get same result when opening it in IE and highlighting orange word.
If you don't like it you can try changing it:
http://css-tricks.com/overriding-the-default-text-selection-color-with-css/
http://www.paulund.co.uk/change-browser-highlight-colour
http://www.codeitpretty.com/2012/11/set-custom-text-highlight-color-with-css.html