Closed
Bug 748874
Opened 13 years ago
Closed 13 years ago
Window contents cropped horizontally when resized to smaller than toolbar minimum
Categories
(Firefox :: Toolbars and Customization, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 428939
People
(Reporter: MR_1993, Unassigned)
Details
Attachments
(1 file)
1.89 KB,
text/plain
|
Details |
When the firefox main window is resized horizontally to smaller than a toolbar's minimum width (the sum of the minimum widths of the displayed contents), the contents of the window stop resizing and are simply cropped at the right hand side.
In my browser, this occurs when the navigation toolbar is visible, and it contains the back/forward buttons, the address bar, the search bar and one or more 3rd party addons (presently WOT button, Flash Video Downloader button and Facebook Translate button). It appears to have something to do with minimum/fixed widths of toolbar items, which prevent the toolbar shrinking horizontally beyond a certain point. The attached HTML document demonstrates this, and displays a message when the error has occurred.
My preferred fix would be to set "overflow: hidden" in the style for toolbars (assuming that this is applicable), and, if it is accessible, to disable the min-width css property for the toolbars themselves (not their children). This way, the toolbar content overflow will be hidden by the toolbar itself, and not by a window glitch.
The obvious alternative fix, to disable horizontal resizing to narrower than the widest element, is an definate regression in functionality, and should not be considered.
![]() |
||
Comment 1•13 years ago
|
||
Maybe related to bug 526924 and bug 428939
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•