Opened 14 years ago
Closed 12 years ago
#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 (2)
Change History (6)
Changed 14 years ago by
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
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
Changed 14 years ago by
comment:3 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
This issue expired on master.
I do not know if this is the same issue, but I reported similar problems with WebKit browsers as #7360.