Closed
Bug 1629776
Opened 5 years ago
Closed 5 years ago
Parent with overflow hidden and border-radius don't hide overflowed child content
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox75 | --- | unaffected |
firefox76 | --- | fixed |
firefox77 | --- | fixed |
People
(Reporter: sagidulin, Assigned: kvark)
References
(Regression)
Details
(Keywords: regression, testcase)
Attachments
(4 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0
Steps to reproduce:
Open this link https://codepen.io/jh3y/pen/aQomdd
Actual results:
Overflowed child content are not hiding
Expected results:
Overflowed child content should hide
Comment 1•5 years ago
|
||
The glitch appears if WebRender is enabled.
Status: UNCONFIRMED → NEW
Component: Untriaged → Graphics: WebRender
Ever confirmed: true
Product: Firefox → Core
Comment 2•5 years ago
|
||
Regressed by bug 1617879.
Has Regression Range: --- → yes
Flags: needinfo?(dmalyshau)
Keywords: regression,
testcase
Regressed by: 1617879
Updated•5 years ago
|
Priority: -- → P3
Comment 3•5 years ago
|
||
Simplified testcase.
Comment 5•5 years ago
|
||
(FWIW, if you change the zoom level, it will be displayed correctly at certain zoom level.)
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → dmalyshau
Status: NEW → ASSIGNED
Flags: needinfo?(dmalyshau)
Assignee | ||
Comment 6•5 years ago
|
||
YAML test case
Assignee | ||
Comment 7•5 years ago
|
||
Pushed by dmalyshau@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cc07e446ee6c
Handle WR case of an empty inner transformed rectangle r=gw
Comment 9•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
Assignee | ||
Comment 10•5 years ago
|
||
Comment on attachment 9141098 [details]
Handle WR case of an empty inner transformed rectangle
Beta/Release Uplift Approval Request
- User impact if declined: Broken rendering on some of the websites.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Very minor change, mostly tests.
- String changes made/needed:
Attachment #9141098 -
Flags: approval-mozilla-beta?
Updated•5 years ago
|
status-firefox75:
--- → unaffected
status-firefox76:
--- → affected
status-firefox-esr68:
--- → unaffected
Flags: in-testsuite+
Comment 11•5 years ago
|
||
Comment on attachment 9141098 [details]
Handle WR case of an empty inner transformed rectangle
Fixes a WR regression in 76. Approved for 76.0b6.
Attachment #9141098 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 12•5 years ago
|
||
bugherder uplift |
You need to log in
before you can comment on or make changes to this bug.
Description
•