Closed
Bug 1483659
Opened 7 years ago
Closed 7 years ago
Perspective frames with transformed children might not have correct overflow areas
Categories
(Core :: Layout, defect, P2)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: mikokm, Assigned: mikokm)
References
(Regression)
Details
(Keywords: regression)
Attachments
(3 files, 1 obsolete file)
Regression from bug 1308876.
The root cause for this bug is that overflow areas for perspective frame are calculated before the overflow areas for children [1].
https://searchfox.org/mozilla-central/rev/2466b82b729765fb0a3ab62f812c1a96a7362478/layout/generic/nsFrame.cpp#9542
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mikokm
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•7 years ago
|
||
MozReview-Commit-ID: De71jD8p16q
Updated•7 years ago
|
Attachment #9001633 -
Attachment is obsolete: true
Assignee | ||
Comment 3•7 years ago
|
||
![]() |
||
Comment 4•7 years ago
|
||
Just setting the priority to get this off the triage list. Naturally feel free to change it as appropriate, Miko.
Priority: -- → P2
Comment on attachment 9001635 [details]
Bug 1483659 - Ensure that child overflow areas are included in perspective frame overflow areas
David Baron :dbaron: 🏴 ⌚UTC-7 has approved the revision.
Attachment #9001635 -
Flags: review+
Pushed by mikokm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/2fe00c411c46
Ensure that child overflow areas are included in perspective frame overflow areas r=dbaron
![]() |
||
Comment 7•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Updated•6 years ago
|
Keywords: regression
Updated•3 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•