Ticket #1653 (new Bug)

Opened 2 years ago

Last modified 2 years ago

span colors switching from HEX to RGB

Reported by: rud Owned by:
Priority: Normal Milestone:
Component: General Version: SVN (FCKeditor)
Keywords: Confirmed Cc:

Description

While working on my editor settings today, i accidentaly noticed my flash movie wasn't loading colors anymore .. after checking the xml i was loading (which is fckeditor generated), i noticed all the <span> blocks are now using RGB instead of HEX colors ..

Now i'm almost sure this is not related to my settings. I've even disabled my custom config file (and triple emptied cache), but still, i get RGB instead of HEX when i select a peace of text, and apply a color from the color panel.

Change History

Changed 2 years ago by amerigo5

This bug dramatically affects the HTML source by simply updating a HTML text using IE and FireFox. If the HTML source is created in IE, the color uses hexadecimal and when the same HTML source is updated using FireFox, suddenly all the color style gets converted to RGB. Can the priority of this bug be increased?

Changed 2 years ago by w.olchawa

  • keywords Confirmed added; colors hex rgb removed
  • priority changed from Low to Normal

Confirmed

Changed 2 years ago by martinkou

  • version changed from FCKeditor 2.5 to SVN
  • milestone set to FCKeditor 2.7

Firefox seems to have a tendency to turn color related CSS attributes to RGB format automagically, which was observed in the ticket #617 as well. It seems color related CSS attributes will need to be protected to properly fix this issue.

Since #617 is targeted to 2.7, I'm targeting this related ticket to 2.7 as well.

Note: See TracTickets for help on using tickets.