Opened 17 years ago
Last modified 11 years ago
#1601 confirmed Bug
custom style is not visible in style list because style defines text color to white
Reported by: | Mike | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | 3.0 |
Keywords: | Cc: |
Description
I have a custom style with a foreground of white:
'custom1' : { Element: 'span', Styles : { 'font-family' : 'Arial, Helvetica, sans-serif', 'font-size' : '11px', 'font-weight' : 'normal', 'color' : '#FFFFFF', 'line-height' : '16px' } },
this style is invisible in the styles drop down, because the styles drop down list shows what the style is of each style, so my custom style with a text color of white is invisible because the background of the drop down list is white also.
I would try to detect this and if so change the text color so users can see it, sort of like how dreamweaver does it.
I will include screenshots.
(Maybe this is an enhancement request)
Attachments (1)
Change History (6)
Changed 17 years ago by
Attachment: | fckeditor_screenshots.jpg added |
---|
comment:1 Changed 17 years ago by
Component: | UI : Dialogs → Core : Styles |
---|---|
Keywords: | styles removed |
Milestone: | FCKeditor 2.5 |
comment:3 Changed 12 years ago by
Version: | FCKeditor 2.5 Beta → 3.0 |
---|
This is still happening in CKEditor 3.x and 4.x (v4). Only time when you see white text is when you highlight this particular option.
screencaptures of FCKEditor & Dreamweaver.