Ticket #1601 (new Bug)
custom style is not visible in style list because style defines text color to white
| Reported by: | m3838 | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Styles | Version: | FCKeditor 2.5 Beta |
| Keywords: | Confirmed | 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
Change History
Note: See
TracTickets for help on using
tickets.