Opened 15 years ago

Closed 15 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:

  1. Set the skin to office2003 or v2 in config.js.
  2. Open replacebyclass.html in IE6 or IE7.
  3. Shrink the window horizontally.
  4. You'll get something like the attached screenshot

Attachments (2)

Picture 2.png (100.1 KB) - added by Martin Kou 15 years ago.
3858.patch (4.5 KB) - added by Martin Kou 15 years ago.

Download all attachments as: .zip

Change History (6)

Changed 15 years ago by Martin Kou

Attachment: Picture 2.png added

comment:1 Changed 15 years ago by Martin Kou

Owner: set to Martin Kou
Status: newassigned

Changed 15 years ago by Martin Kou

Attachment: 3858.patch added

comment:2 Changed 15 years ago by Martin Kou

Keywords: Review? added

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.

comment:3 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

Please add the changelog entry when committing.

comment:4 Changed 15 years ago by Martin Kou

Resolution: fixed
Status: assignedclosed

Fixed with [3821].

Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy