Closed
Bug 1455839
Opened 7 years ago
Closed 7 years ago
Web content painted on Chrome
Categories
(Core :: Graphics: WebRender, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox-esr60 | --- | unaffected |
firefox59 | --- | unaffected |
firefox60 | --- | disabled |
firefox61 | --- | fixed |
People
(Reporter: Tobias.Marty, Assigned: mrobinson)
References
(Blocks 1 open bug, )
Details
(Keywords: nightly-community, regression)
Attachments
(4 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0
Build ID: 20180420220029
Steps to reproduce:
-Opened http://www.faz.net/aktuell/wissen/erde-klima/der-planet-steht-das-system-wankt-der-klimawandel-zeigt-sich-radikaler-denn-je-15545724.html
-Scrolled down
Actual results:
The picture on the top of the article gets sometimes painted on the Chrome.
Comment 1•7 years ago
|
||
Nightly 61 x64 20180420220029 de_DE @ Debian Testing (KDE, Radeon RX480)
If I hover over the picture, it gets larger and has a frame around it which shouldn't exist and which can get drawn on chrome.
Comment 2•7 years ago
|
||
mozregression --good 2018-02-15 --bad 2018-04-20 --pref gfx.webrender.all:true privacy.trackingprotection.enabled:true startup.homepage_welcome_url:"http://www.faz.net/aktuell/wissen/erde-klima/der-planet-steht-das-system-wankt-der-klimawandel-zeigt-sich-radikaler-denn-je-15545724.html"
> 10:08.25 INFO: Last good revision: 0e1ed4c7224223059730320c6de910947337c216
> 10:08.25 INFO: First bad revision: 751d00a65e68ad9075071de8bd72e37488c398ea
> 10:08.25 INFO: Pushlog:
> https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=0e1ed4c7224223059730320c6de910947337c216&tochange=751d00a65e68ad9075071de8bd72e37488c398ea
2018-02-16
> 751d00a65e68 Kartikaya Gupta — Bug 1437572 - Update reftest fuzziness from WR PR 2408. r=jrmuizel
> 37d984fce90f Kartikaya Gupta — Bug 1437572 - Update webrender to 4af31b8aa79d5a1f3c0242dea6be4876c71075c5. r=jrmuizel
Regression range: https://github.com/servo/webrender/compare/342bc314db94aa439b2001249c5f24ccfcbccc22...4af31b8aa79d5a1f3c0242dea6be4876c71075c5
Blocks: 1437572, webrender-site-issues
Status: UNCONFIRMED → NEW
status-firefox59:
--- → unaffected
status-firefox60:
--- → disabled
status-firefox61:
--- → disabled
status-firefox-esr52:
--- → unaffected
status-firefox-esr60:
--- → unaffected
Ever confirmed: true
Keywords: nightly-community,
regression
OS: Unspecified → All
Version: 61 Branch → Trunk
Comment 3•7 years ago
|
||
This may be a duplicate of bug 1447093. Others should assess that. :)
Updated•7 years ago
|
Blocks: stage-wr-nightly
Priority: -- → P1
Updated•7 years ago
|
Assignee: nobody → a.beingessner
Comment 4•7 years ago
|
||
Doesn't look like it's a dupe. Seems to be a bad interaction with:
* border-radius on an image
* that's transformed (scale + rotate seems to be especially effective, but each individually is sufficient)
* and contained in an overflow:hidden
~minimal test-case attached
Updated•7 years ago
|
Attachment #8971406 -
Attachment mime type: text/plain → text/html
Comment 5•7 years ago
|
||
Ah, the image wasn't necessary at all. Should be very easy to write a wr test then.
Updated•7 years ago
|
Attachment #8971412 -
Attachment mime type: text/plain → text/html
Comment 6•7 years ago
|
||
Martin fixed this in https://github.com/servo/webrender/pull/2707
Assignee: a.beingessner → mrobinson
Depends on: 1457891
See Also: → https://github.com/servo/webrender/pull/2707
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Updated•7 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•