Opened 8 years ago
Closed 8 years ago
#3858 closed Bug (fixed)
Toolbars are breaking up in IE with v2 and office2003 skins.
| Reported by: | martinkou | Owned by: | martinkou |
|---|---|---|---|
| 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 8 years ago by martinkou
comment:1 Changed 8 years ago by martinkou
- Owner set to martinkou
- Status changed from new to assigned
Changed 8 years ago by martinkou
comment:2 Changed 8 years ago by martinkou
- Keywords Review? added
comment:3 Changed 8 years ago by fredck
- Keywords Review+ added; Review? removed
Please add the changelog entry when committing.
comment:4 Changed 8 years ago by martinkou
- Resolution set to fixed
- Status changed from assigned to closed
Fixed with [3821].
Click here for more info about our SVN system.
Note: See
TracTickets for help on using
tickets.

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.