Closed Bug 61198 Opened 24 years ago Closed 24 years ago

fixed backgrounds don't scroll well [BG]

Categories

(Core :: Layout, defect, P3)

x86
Windows 2000
defect

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.
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)?
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.
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.
Status: RESOLVED → VERIFIED
Keywords: qawanted
Whiteboard: need testcase
You need to log in before you can comment on or make changes to this bug.