Closed
Bug 35919
Opened 25 years ago
Closed 25 years ago
Scrollbar inits with a "tail"
Categories
(Core :: XUL, defect, P3)
Tracking
()
People
(Reporter: selmer, Assigned: trudelle)
Details
build 2000-04-14-10
Every scrollbar seems to have been drawn longer and then shorter leaving the
excess area visible. Once you scroll over it, it gets cleaned away. Resizing
the window also clears it.
Comment 1•25 years ago
|
||
Does what you're referring to look like:
http://www.tigr.org/~mcovarr/mozilla/scrollbar.html
If so, then this is bug #34218.
Reporter | ||
Comment 2•25 years ago
|
||
Very similar. I see this on NT rather than Linux. I haven't seen any gaps
between the thumb and the residue so far. It doesn't seem to require a "very
large page" rather almost every page that just has a scrollbar.
Comment 3•25 years ago
|
||
On WinNT, what I see most often looks like this:
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=7359
-- sometimes with more apparent pieces of previous sliders.
John, I think that what is causing the variability in how this problem is
seen is likely the number of reflows. They are on a timer, so the longer
a page takes to load, the more times the scrollbar gets updated ... and
many updates could explain the gaps.
selmer@netscape.com, does the screenshot in the attachment look more like what
you saw?
Assignee | ||
Comment 4•25 years ago
|
||
I'm mostly seeing what Sean points out, and agree that this is a dup of 34218
*** This bug has been marked as a duplicate of 34218 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•