Closed
Bug 293656
Opened 20 years ago
Closed 17 years ago
Choppy scrolling with div having overflow:auto and png background image
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bugzilla, Assigned: roc)
References
Details
(Keywords: regression, testcase)
Attachments
(2 files)
Build: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050510 Firefox/1.0+ Scrolling a div with overflow auto and a png background image is slower in todays build (20050510). It looks like the background image moves along. Its smoother in build 20050509. The background image is transparent, so its a bit tricky to see this effect. Hopefully its not just my eyes playing me a trick
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
What are the hour stamps on those builds?
Comment 3•20 years ago
|
||
José says those are both -07 builds, so the regression range would be: http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2005-05-09+07%3A00%3A00&maxdate=2005-05-10+07%3A00%3A00&cvsroot=%2Fcvsroot I see nothing in that range that should be causing this, though...
| Reporter | ||
Comment 4•20 years ago
|
||
Tested build 20050509 and 20050510 on a slower xp computer and I cant really tell the difference. Scrolling is slow no matter what. Which makes me very unsure of this bug. Am I the only one seeing this?
Comment 5•20 years ago
|
||
I can *definitely* see the background image moving (you scroll up, it moves down, you scroll down, it moves up). I can't say, however, if this is a regression or not as I never tried doing this in earlier builds. 5/9-05 under XP.
Comment 7•20 years ago
|
||
Bug 294324 has been fixed, and the testcase in this bug still shows the background jumping during scroll. Mozilla Trunk Nightly Build 2005052605 on Windows 2000.
Comment 8•19 years ago
|
||
Well, I tried to make the choppy scrolling testcase a bit more clear and removed the text and made the <div> larger. When I test this I can see the same choppy scrolling and lagging background-image in Mozilla1.7, so it certainly something that was already there. But maybe it got worse. Note that we have an overflow:auto <div> in an overflow:auto <div> here, that's also something that the original testcase has.
Comment 9•19 years ago
|
||
Forgot to say: when the inner <div> is not overflow:auto, but has no overflow, you don't get to see the lagging background-image effect while scrolling.
Comment 10•19 years ago
|
||
This bug doesn't need to have png background image, it happens with a jpg as well. It's not quite as pronounced, but the background definitely moves.
Comment 11•18 years ago
|
||
Similar to bug 288508?
Updated•18 years ago
|
Depends on: widget-removal
Comment 12•17 years ago
|
||
This looks fixed to me now with current trunk build. I bet this was fixed by bug 343430.
Depends on: 343430
Comment 13•17 years ago
|
||
I can't reproduce this on a recent trunk build. Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b3pre) Gecko/2007121305 Minefield/3.0b3pre ID:2007121305
| Reporter | ||
Comment 14•17 years ago
|
||
WFM too: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9b3pre) Gecko/2007121605 Minefield/3.0b3pre Nice! :)
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Updated•17 years ago
|
Flags: in-litmus?
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•