Closed
Bug 61198
Opened 24 years ago
Closed 24 years ago
fixed backgrounds don't scroll well [BG]
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: ian, Assigned: dcone)
References
()
Details
(Keywords: css1)
STEPS TO REPRODUCE
1. background-attachment: fixed;
background-color: transparent;
background-image: url(...);
2. scroll the document
ACTUAL RESULTS
Smudging -- we bitblt the old background before drawing the new one, and
since the background is transparent that means we draw the new background
atop the old one.
EXPECTED RESULTS
Same as when you resize the window.
I shall provide a testcase in due course.
Reporter | ||
Updated•24 years ago
|
QA Contact: petersen → ian
Whiteboard: need testcase
How does this work with the new nsViewManager, which can be enabled by setting
the pref nglayout.debug.enable_scary_view_manager to true (or 1, or whatever we
use for boolean prefs)?
Reporter | ||
Comment 2•24 years ago
|
||
The new nsViewManager does not affect any of the fixed background scrolling bugs
that I have seen, unfortunately.
If you're trying to create a document that is truly transparent, then you're
guaranteed to lose because we don't support that (yet).
I'd like to see a testcase and an explanation of what you think should happen.
Assignee | ||
Comment 4•24 years ago
|
||
I need a test case or an exact problem in order to look at and fix. I marked as
invald so it does not just sit in my que until a test case is made. I am trying
to light a fire under the the reporter so I can disposition or fix this..
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
I concur. I'm sure Ian will get back to us eventually though.
Reporter | ||
Comment 6•24 years ago
|
||
http://hixie.ch/tests/adhoc/css/background/bgafixed.html
VERIFIED WORKSFORME. It works now.
You need to log in
before you can comment on or make changes to this bug.
Description
•