Temperature graph of Google weather forecast not confined to box
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
People
(Reporter: viktor_jaegerskuepper, Assigned: kats)
References
Details
Attachments
(2 files)
The temperature graph shown by the Google weather forecast is not confined to the box which is shown on that page. The rain and the wind forecasts are not affected. I see this on Linux with "gfx.webrender.all" set to "true".
This is a regression in the latest Nightly build 20190131093752 and likely the same issue as bug 1524303.
| Assignee | ||
Comment 1•7 years ago
|
||
Indeed. I've backed out the regressing changeset for now.
| Assignee | ||
Comment 2•7 years ago
|
||
The Google weather search result widget has an SVG inside a transform,
inside a scrollframe. The patch in bug 1523776 broke the clipping in
that the SVG elements would not get clipped by the scrollframe. This
reftest exercises that scenario.
Depends on D18272
Comment 4•7 years ago
|
||
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=225319859&repo=mozilla-inbound&lineNumber=7089
Backout link: https://hg.mozilla.org/integration/mozilla-inbound/rev/8962ce22a02ad984121871bd22ff803a3fb03a7d
| Assignee | ||
Comment 5•7 years ago
|
||
Needs (14,44) fuzzing with WR. It was passing for me locally :/
Comment 7•7 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 8•7 years ago
|
||
Would like to uplift this, a=test-only
| Assignee | ||
Comment 10•7 years ago
|
||
Description
•