Ticket #1601 (new Bug)

Opened 12 months ago

Last modified 9 months ago

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

fckeditor_screenshots.jpg (90.7 KB) - added by m3838 12 months ago.
screencaptures of FCKEditor & Dreamweaver.

Change History

Changed 12 months ago by m3838

screencaptures of FCKEditor & Dreamweaver.

Changed 12 months ago by fredck

  • keywords styles removed
  • component changed from UI : Dialogs to Core : Styles
  • milestone FCKeditor 2.5 deleted

Changed 9 months ago by w.olchawa

  • keywords Confirmed added

Confirmed on SVN version revision: 1590

Note: See TracTickets for help on using tickets.