Ticket #642 (closed Bug: fixed)

Opened 17 months ago

Last modified 14 months ago

background-color doesn't work properly

Reported by: subzane@… Owned by:
Priority: Normal Milestone: FCKeditor 2.5 Beta
Component: General Version:
Keywords: SF Cc:

Description

In mozilla background-color changes the bg-color of tables and TD's but in IE6 it changes the bg-color of the depricated font-tag.

It should do the same in both browsers


Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1029090&group_id=75348&atid=543653

Change History

Changed 17 months ago by martinkou

  • cc fredck added
  • reporter changed from martinkou to subzane@…

Some features in the editor are controlled by the browser, its underlying system. Unfortunately (as always) we have different implementations for different browsers.

To have the same behavior for both browsers, we need to implement our own color applying system, avoid using the browser one. There are many other things that need to follow the same approach. The fact is that we must take care when doing such things, otherwise the editor code could easily get fat and slow (the big problem with JavaScript). This is why we are delaying a solution for this bug.

Lets see if things get easier after the new Selection and Style system to be developed for the 2.5.


Moved from SF. Original poster: fredck

Changed 14 months ago by fredck

  • cc fredck removed
  • status changed from new to closed
  • resolution set to fixed
  • milestone set to FCKeditor 2.5

Fixed with [774]. Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.