Open
Bug 411665
Opened 18 years ago
Updated 3 years ago
Ugly flash of scrolling in this case when programmatically scrolling 2 times to different points
Categories
(Core :: Layout, defect)
Tracking
()
NEW
People
(Reporter: martijn.martijn, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
Now that bug 332246 is fixed, you can see some ugly flash of scrolling with the mentioned url.
This is actually correct behavior, because the script on that page asks to scroll at 2 different points (which Mozilla didn't do when bug 332246 wasn't fixed yet).
But maybe there can be done something about it, by doing scrolling asynchronous or something?
(it also would help if painting would be not as slow on trunk, branch seems faster)
| Reporter | ||
Comment 1•18 years ago
|
||
Btw, IE and Opera also show this flash of scrolling on the testcases and the url, so it's not necessarily incorrect. But especially with Opera, you almost don't notice it, because it seems to paint very fast or something.
This testcase shows that this is something that always happens, also for older Mozilla builds (Mozilla1.7).
Can you put the testcase in a loop to use as a gfx performance test? Maybe we can speed that up.
We can support asynchronous scrolling with compositor post-1.9, but definitely not for 1.9.
| Reporter | ||
Comment 3•18 years ago
|
||
It might be more or less related to bug 379834.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•