Closed
Bug 1255
Opened 26 years ago
Closed 26 years ago
v-scroll bar doesn't appear until I manually resize the window
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: buster, Assigned: michaelp)
References
()
Details
the content is too tall for the page. but there's no scroll bar until I jiggle
the window.
Michael, this is a DUP of bug 1090
Here's what I think the problem is:
- nsScrollingView::SetDimensions is positioning scrollbars that aren't
visible outside of the clip view. That's okay I suppose because they aren't
visible anyway
- nsScrollingView::ComputeContainerSize() correctly makes the vertical
scrollbar visible, but it isn't being repositioned so it still isn't displayed
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•