Opened 17 years ago
Closed 17 years ago
#800 closed Bug (duplicate)
Wrong Toolbar Height on Multiple Instances in IE7
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | SF | Cc: |
Description
In Internet Explorer 7 the Toolbar is just one row high if you use one toolbar for multiple instances.
The bug can be easily reproduced by opening the samples _samples/html/sample10.html and _samples/html/sample11.html in IE7. (I had to open them through my local Webserver, as IE7 seems to block Javascript directly from the harddrive)
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1649163&group_id=75348&atid=543653
Change History (2)
comment:1 Changed 17 years ago by
Reporter: | changed from Martin Kou to duckulacoz@… |
---|
This bug is also evident in IE 6. The following seems to fix things in IE.
Edit Line 59 of the skins css file located in /editor/skins/<skin_type>/fck_editor.css Under The css for the toolbar add "display:block;"
Moved from SF. Original poster: Anonymous