Closed
Bug 375400
Opened 18 years ago
Closed 18 years ago
Background image goes up and down when scrolling with background-attachment:fixed;
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 324819
People
(Reporter: tommy+mozilla, Assigned: roc)
References
()
Details
(Keywords: regression)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a3) Gecko/20070322 GranParadiso/3.0a3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a3) Gecko/20070322 GranParadiso/3.0a3
See URL; the background image jumps up and down where it didn't in FF 2. The background is set on BODY and has background-attachment:fixed;. See http://tommy.ech-wel.nl/wp-content/themes/vintage/style.css for stylesheet.
Reproducible: Always
Steps to Reproduce:
See URL, scroll
Actual Results:
Background image jumps up and down when scrolling
Expected Results:
Background image smoothly scrolls along with the rest of the content
Summary: Background goes up and down when scrolling with background-attachment:fixed; → Background image goes up and down when scrolling with background-attachment:fixed;
Comment 1•18 years ago
|
||
Something that regressed on 23 Feb 2007 in any case.
Assignee: nobody → roc
Blocks: 370379
Component: General → Layout: View Rendering
Keywords: regression
Product: Firefox → Core
QA Contact: general → ian
Version: unspecified → Trunk
Comment 2•18 years ago
|
||
Could be a duplicate of Bug 372039 and I think it is.
Isn't this something that really should be fixed? A lot of sites use a fixed background with CSS and this flickering is just too irritating...
Comment 4•18 years ago
|
||
It's probably a duplicate of bug 372039 and that bug will get fixed in the 1.9 timeframe.
Comment 5•18 years ago
|
||
I have same problem! I thing that bug is not duplicate of 372039 ;)
Comment 6•18 years ago
|
||
It doesn't really matter if it's a dup; the cause is exactly the same, and both should get fixed by bug 374980. (The cause is that I removed some code that disabled bitblt scrolling with fixed backgrounds.)
Depends on: 372039
Updated•18 years ago
|
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
•