Closed
Bug 1463802
Opened 7 years ago
Closed 7 years ago
Shadow in http://sinz.org/Clock/ is cut off with WebRender.
Categories
(Core :: Graphics: WebRender, defect, P1)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla62
People
(Reporter: emilio, Assigned: gw)
References
()
Details
Attachments
(2 files)
Only the upper half of the inset shadow on the clock circle is shown.
Comment 1•7 years ago
|
||
Batch updating status flags based on WR schedule - please adjust if needed.
status-firefox60:
--- → wontfix
status-firefox61:
--- → wontfix
status-firefox62:
--- → fix-optional
Updated•7 years ago
|
Blocks: stage-wr-nightly
Priority: -- → P1
Comment 2•7 years ago
|
||
str:
data:text/html,<div style="width: 80vmin; height: 80vmin; padding: 6vmin;"><div class="inner" style="border-radius: 100%;box-shadow: 0px 0px 18px rgba(24, 24, 24, 0.7) inset;height: 100%;"></div></div>
Comment 3•7 years ago
|
||
better str:
<div style="height: 133.6px; width: 133.6px;"><div style="box-shadow: 0px 0px 18px inset; height: 100%;"></div></div>
(the failure seems to come and go depending on height, so might not be portable)
Updated•7 years ago
|
See Also: → https://github.com/servo/webrender/issues/2818
Assignee | ||
Comment 4•7 years ago
|
||
This will be fixed when https://github.com/servo/webrender/pull/2824 lands in Gecko + WR.
See Also: → https://github.com/servo/webrender/pull/2824
Updated•7 years ago
|
Assignee: nobody → gwatson
Updated•7 years ago
|
Comment 5•7 years ago
|
||
So in the latest WR try build the shadow is fixed, but there's a white bounding-rect thing in the corner. See attached screenshot.
Comment 6•7 years ago
|
||
Hm, never mind. That white bounding rect occurs in current Nightly as well, just not if you have the sidebar open. I'll spin that out into another bug.
Comment 7•7 years ago
|
||
(In reply to Kartikaya Gupta (email:kats@mozilla.com) from comment #5)
> So in the latest WR try build the shadow is fixed, but there's a white bounding-rect thing in the corner.
That reminds me of https://github.com/servo/webrender/issues/2754#issuecomment-396653493.
Reporter | ||
Comment 8•7 years ago
|
||
(In reply to Kartikaya Gupta (email:kats@mozilla.com) from comment #5)
> Created attachment 8986741 [details]
> Screenshot of clock on macOS try build c6aba0f836c7
>
> So in the latest WR try build the shadow is fixed, but there's a white
> bounding-rect thing in the corner. See attached screenshot.
I don't see that on my machine, fwiw.
Comment 9•7 years ago
|
||
Filed bug 1470133 for it. I only see it on mac, so maybe not so important.
Comment 10•7 years ago
|
||
I reduced the clock page and turned it into a reftest. It's slightly fuzzy for me on macOS and windows locally, but it passes without WR and fails with WR. Presumably it will pass (although fuzziness might need tweaking) with the WR update.
Try push (based on current m-c) is at https://treeherder.mozilla.org/#/jobs?repo=try&revision=771f72c79fd7d833058761c6dc195a14f0948a41
Comment 11•7 years ago
|
||
I had also pushed a try push with the reftest on top of the WR update to figure out how much fuzz is needed in the "fixed in webrender" scenario, that's at https://treeherder.mozilla.org/#/jobs?repo=try&revision=82ccc485eac16955c9c97e772fd144c75b32092f
I have the fuzz numbers now so I'll put up the patch. And another try push just to verify it's green everywhere: https://treeherder.mozilla.org/#/jobs?repo=try&revision=c49134002f60832759f2ac8bd9861dd27e42d06e
Comment hidden (mozreview-request) |
Comment 13•7 years ago
|
||
mozreview-review |
Comment on attachment 8986934 [details]
Bug 1463802 - Add reftest.
https://reviewboard.mozilla.org/r/252164/#review258800
Attachment #8986934 -
Flags: review?(a.beingessner) → review+
Comment 14•7 years ago
|
||
Pushed by kgupta@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/caadd3c8d735
Add reftest. r=Gankro
Comment 15•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in
before you can comment on or make changes to this bug.
Description
•