Closed
Bug 42315
Opened 26 years ago
Closed 26 years ago
Scrollbar doesn't redraw correctly when page length changes
Categories
(Core :: XUL, defect, P3)
Tracking
()
People
(Reporter: stuge, Assigned: trudelle)
Details
When eg. an IMG without the height parameter has loaded and is shown, it usually
causes the page length to change. When this happens the scrollbar (moving part
of what I call the scrollbar-area) gets resized, usually the new scrollbar is
smaller than the old. The old scrollbar is however not removed from the
scrollbar-area before the new is drawn, on top of the old. The old scrollbar
disappears when the new scrollbar is moved over the part of the scrollbar-area
that was covered by the old and everything WORKS, but it's caused me (the user
:) to mistakenly try to drag "unused" parts of the scrollbar-area.
I suppose the solution is to clear the entire scrollbar-area before drawing the
new scrollbar, or clearing the new "unused" part of the scrollbar-area after
having drawn the new scrollbar.
Comment 1•26 years ago
|
||
I've seen this, and I know it's a dupe, but I cannot find the dupe. I'll verify
it and hope the owner knows where the dupe is.
Changing OS to all, confirming and changing component to XP Toolkit/Widgets.
Status: UNCONFIRMED → NEW
Component: Browser-General → XP Toolkit/Widgets
Ever confirmed: true
OS: Linux → All
Comment 3•26 years ago
|
||
Yes. This has been fixed in current builds. dup of bug 34218
Looks like http://bugzilla.mozilla.org/showattachment.cgi?attach_id=7359, no?
*** This bug has been marked as a duplicate of 34218 ***
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Comment 5•24 years ago
|
||
Mass removing self from CC list.
Comment 6•24 years ago
|
||
Now I feel sumb because I have to add back. Sorry for the spam.
You need to log in
before you can comment on or make changes to this bug.
Description
•