Ticket #7535 (closed Bug: fixed)
Toolbar items wrapping
| Reported by: | garry.yao | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | UI : Toolbar | Version: | 3.0 |
| Keywords: | Cc: |
Description
With a small window width (300px) some toolbar group is not wrapping onto the new line, Firefox is the only browser that works fine in this sense.
Attachments
Change History
comment:1 Changed 2 years ago by Anna
I do not know if this is the same issue, but I reported similar problems with WebKit browsers as #7360.
comment:2 Changed 2 years ago by j.swiderski
I would say that this ticket includes problem reported in #7360.
I have used config.resize_minWidth=300; option and all browsers, except Firefox4 had problems with wrapping their toolbars.
IE uses something like "overflow:hidden" so toolbars are not visible outside editor. It stops to wrap and starts to hide toolbars when CKEditor reaches the width of the widest toolbar.
In Firefox3.6, icons which don’t fit to their toolbars anymore, overflow other toolbars. See ff3.6.png
