Opened 16 years ago
Closed 16 years ago
#3858 closed Bug (fixed)
Toolbars are breaking up in IE with v2 and office2003 skins.
Reported by: | Martin Kou | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | UI : Toolbar | Version: | SVN (CKEditor) - OLD |
Keywords: | Oracle IE Review+ | Cc: | Senthil |
Description
To reproduce:
- Set the skin to office2003 or v2 in config.js.
- Open replacebyclass.html in IE6 or IE7.
- Shrink the window horizontally.
- You'll get something like the attached screenshot
Attachments (2)
Change History (6)
Changed 16 years ago by
Attachment: | Picture 2.png added |
---|
comment:1 Changed 16 years ago by
Owner: | set to Martin Kou |
---|---|
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 3858.patch added |
---|
comment:2 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
Please add the changelog entry when committing.
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [3821].
Click here for more info about our SVN system.
The problem comes from how IE6 and 7 handles CSS floats. Unlike Firefox/Safari/Opera, IE6 and 7 would try to wrap CSS float elements if their width is not specified.
Changing the toolbar groups to display: inline and nullifying the CSS floats for IE6 and 7 seems to fix the problem.