Closed
Bug 1148023
Opened 10 years ago
Closed 10 years ago
The animated geometry root of background-attachment:fixed items should be outside the viewport, not inside
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
INVALID
People
(Reporter: mstange, Assigned: mstange)
Details
Attachments
(2 files)
|
2.20 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.36 KB,
text/html
|
Details |
APZ is doing something different from non-APZ here. I don't think it needs to, and I haven't found any problems with the patch I'm about to attach.
| Assignee | ||
Comment 1•10 years ago
|
||
Ugh, looks like this is still necessary. I've now found lots of problems with the patch I was about to attach.
The main reason is overscrolling: fixed items in the page should be transformed during overscrolling, but elements outside the viewport should not. So they absolutely need to be in different layers.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
| Assignee | ||
Comment 2•10 years ago
|
||
| Assignee | ||
Comment 3•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•