Opened 16 years ago
Closed 16 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:
- Delete the doctype line in sample.html to make it a quirks mode document.
- Open replacebyclass.html in IE.
- Resize the IE window smaller such that some toolbar buttons cannot be fitted on the same row.
- The alignment of toolbar icons becomes messy.
Attachments (1)
Change History (7)
comment:1 Changed 16 years ago by
Owner: | set to Martin Kou |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
Owner: | changed from Martin Kou to Frederico Caldeira Knabben |
---|---|
Status: | assigned → new |
comment:3 Changed 16 years ago by
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 16 years ago by
Attachment: | 3134.patch added |
---|
comment:4 Changed 16 years ago by
Keywords: | Confirmed IE Review? added |
---|---|
Status: | new → assigned |
comment:5 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
Fred said he's taking over the ticket.