Opened 15 years ago

Closed 15 years ago

#3134 closed Bug (fixed)

Invalid alignment of toolbar icons in IE Quirks mode

Reported by: Martin Kou Owned by: Frederico Caldeira Knabben
Priority: Normal Milestone: CKEditor 3.0
Component: UI : Toolbar Version: SVN (FCKeditor) - Retired
Keywords: Oracle Confirmed IE Review+ Cc: Senthil

Description

To reproduce:

  1. Delete the doctype line in sample.html to make it a quirks mode document.
  2. Open replacebyclass.html in IE.
  3. Resize the IE window smaller such that some toolbar buttons cannot be fitted on the same row.
  4. The alignment of toolbar icons becomes messy.

Attachments (1)

3134.patch (6.2 KB) - added by Frederico Caldeira Knabben 15 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 15 years ago by Martin Kou

Owner: set to Martin Kou
Status: newassigned

comment:2 Changed 15 years ago by Martin Kou

Owner: changed from Martin Kou to Frederico Caldeira Knabben
Status: assignednew

Fred said he's taking over the ticket.

comment:3 Changed 15 years ago by Martin Kou

The problem here is that the <div> node holding the toolbar icons is wrapping the icons into 2 or more lines when there aren't enough horizontal space. Setting white-space: nowrap doesn't work. The only thing I've found to work so far is setting a fixed width to the <div> node. There should be a cleaner method, though.

Changed 15 years ago by Frederico Caldeira Knabben

Attachment: 3134.patch added

comment:4 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Confirmed IE Review? added
Status: newassigned

comment:5 Changed 15 years ago by Martin Kou

Keywords: Review+ added; Review? removed

comment:6 Changed 15 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: assignedclosed

Fixed with [3243].

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