Opened 18 years ago
Closed 18 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 18 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;"
.TB_ToolbarSet, .TB_Expand, .TB_Collapse { cursor: default; background-color: #f7f7f7; display:block; // Fix for toolbar row height in IE }Moved from SF. Original poster: Anonymous