Closed
Bug 32930
Opened 25 years ago
Closed 25 years ago
Scrollbars are added to opened windows unnecessarily
Categories
(Core :: XUL, defect, P3)
Tracking
()
People
(Reporter: mmastrac, Assigned: cbegle)
References
()
Details
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; N; Linux 2.2.14 i686; en-US; m14) BuildID: 2000 When a window is opened with content sized exactly to the same size as the window, scrollbars are added to the new window. The scrollbars don't go away until the window is expanded to the point where both the scrollbars AND the content would fit. It looks as if the scrollbar logic test checks to see if the content plus scrollbars fit in the window to determine whether scrollbars are needed, rather than just the content. Reproducible: Always Steps to Reproduce: 1. Go to www.squaretrade.com 2. Click "take a tour" Actual Results: A window will pop up, with scrollbars Expected Results: The window should pop up without scrollbarrs This may also happen in situations with exactly-sized frame content (ie: xoom). I don't have a sample for that right now, but I'll see if I can come up with one.
Comment 2•25 years ago
|
||
I see this too with a win32 build 032210. I know this is a duplicte. Looking. Ah-Ha! bug 3338 and it's Layout. :) Marking duplicate *** This bug has been marked as a duplicate of 3338 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•25 years ago
|
||
verified dupe
You need to log in
before you can comment on or make changes to this bug.
Description
•