Opened 17 years ago
Closed 17 years ago
#642 closed Bug (fixed)
background-color doesn't work properly
Reported by: | 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
Cc: | Frederico Caldeira Knabben added |
---|---|
Reporter: | changed from Martin Kou to subzane@… |
comment:2 Changed 17 years ago by
Cc: | Frederico Caldeira Knabben removed |
---|---|
Milestone: | → FCKeditor 2.5 |
Resolution: | → fixed |
Status: | new → closed |
Fixed with [774]. Click here for more info about our SVN system.
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