Closed
Bug 54212
Opened 25 years ago
Closed 25 years ago
Trees still get out of sync
Categories
(Core :: XUL, defect, P3)
Tracking
()
People
(Reporter: selmer, Assigned: hyatt)
Details
9/26 09 mn6
goto the mail 3 pane and select some message in the middle of the list. grab
the scroll bar and just move it up and down for a while (maybe 10 times each
way.) Click on the message just above the message you previously selected.
Result: 2 message are now highlighted and the subjects become off-by-one. In
addition, if you do this near the end of the list you'll get an unselectable
item as the last list element.
| Reporter | ||
Comment 1•25 years ago
|
||
Granted, it's not likely people will do this, but it indicates there's an
underlying scrolling problem that can be reproduced. nom rtm.
Keywords: rtm
| Reporter | ||
Comment 2•25 years ago
|
||
Not sure if it's related, but just scrolling slowly can cause painting problems.
When I did this, I got a line that was 99% blank and only the last couple rows
of pixels were painted. It seems to only happen when the display "jumps", that
is, when you start scrolling and a bunch of whitespace is shown and a pause
happens before it fills in. Oftentimes, the item that was at the bottom of the
scroll area is the one that gets whacky.
| Reporter | ||
Comment 3•25 years ago
|
||
On win98, almost all forms of scrolling results in a blank row somewhere. Slow
scrolling gave me an even wierder result:
item 1
...
item n
blank row
item n _again_
...
| Reporter | ||
Comment 4•25 years ago
|
||
Peter, this bug seems to be distinct from 51084 (which was fixed on 9/20.)
| Reporter | ||
Comment 5•25 years ago
|
||
Since 54049 is already reviewed and partially approved, I'm going to dup this
one against that one rather than the reverse.
*** This bug has been marked as a duplicate of 54049 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•