Closed
Bug 357486
Opened 19 years ago
Closed 19 years ago
[reflow branch] Vertical scrollbar forces horizontal scrollbar
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: wgianopoulos, Unassigned)
Details
Attachments
(1 file)
|
742 bytes,
text/html
|
Details |
When the page becomes long enough for a vertical scrollbar appears, a horizontal scrollbar also appears even if the page should fit without one. The scrollbar scrolls the window left and right by the width of the vertical scrollbar.
Evidently when the vertical scrollbar is added the width of the window is not being recomputed and a reflow is not being triggered.
| Reporter | ||
Comment 1•19 years ago
|
||
Trivial, but I attached a testcase anyway. You can see just as radily see this bug on this bugzilla page.
I fixed this on Friday (10-27). Thanks for the bug report -- although I noticed it myself before I saw the report, since it should have been pretty obvious.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•