Open
Bug 778000
Opened 13 years ago
Updated 2 years ago
Nested fixed-pos elements probably don't scroll properly with async scrolling
Categories
(Core :: Layout: Scrolling and Overflow, defect)
Tracking
()
NEW
People
(Reporter: roc, Unassigned)
References
Details
While rebasing the patch in bug 769541 to Aurora, I discovered a problem. In nested fixed-pos elements we suppress nsDisplayPositionFixed for the inner item and keep the outer item. This means the metadata attached to the layer will be for the outer fixed-pos element, not the inner one. This seems wrong. We may be able to fix this just by adjusting the fixed-pos frame we pass to the outer nsDisplayPositionFixed. We should probably fix this, although it's not super-important since I suspect nested fixed-pos elements are rare.
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Component: Layout → Layout: Scrolling and Overflow
Comment 1•2 years ago
|
||
The code involved here has probably changed a lot since this bug was filed so I wouldn't be surprised if this is fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•