Opened 17 years ago

Closed 17 years ago

#642 closed Bug (fixed)

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 (2)

comment:1 Changed 17 years ago by Martin Kou

Cc: Frederico Caldeira Knabben added
Reporter: changed from Martin Kou 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

comment:2 Changed 17 years ago by Frederico Caldeira Knabben

Cc: Frederico Caldeira Knabben removed
Milestone: FCKeditor 2.5
Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy