Opened 15 years ago
Closed 15 years ago
#5676 closed Bug (fixed)
IE can't display <font color="RGB">
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Alfonso Martínez de Lizarrondo |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | General | Version: | 3.2.1 |
Keywords: | Confirmed Review+ | Cc: |
Description
Found in #5024, if a color is defined as #F00, and the HTML sample is used, IE doesn't display the text as red, it must use #FF0000 to show the color.
The patch changes the color that it's generated expanding it to 6 places, the other option would be to change the default palette to define all colors as 6 places, but that would require to adjust also all the language files.
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | 5676.patch added |
---|
comment:1 Changed 15 years ago by
Keywords: | Confirmed Review+ added; Review? removed |
---|
Proposed patch