Khan Academy US front page correctness problem with SVG multiply
Categories
(Core :: Graphics: WebRender, defect, P2)
Tracking
()
People
(Reporter: chutten, Assigned: jrmuizel)
References
()
Details
Attachments
(2 files)
(deleted),
text/html
|
Details | |
(deleted),
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details |
At https://www.khanacademy.org/?country=US a little way down there is an illustration of a bar chart next to some colourful "design blobs". (Look for the blue button that says "Districts, start here")
The yellow "design blob" should multiply with the barchart but with gfx.webrender.all set to true it instead obscures the chart.
Reporter | ||
Comment 1•6 years ago
|
||
Could be some symptom of bug 1455427
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
We understand how to fix this. I should have a patch up today.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 4•6 years ago
|
||
Comment 6•6 years ago
|
||
bugherder |
Assignee | ||
Comment 7•6 years ago
|
||
Comment on attachment 9056207 [details]
Bug 1541920. Handle blend mode activeness properly.
Beta/Release Uplift Approval Request
- Feature/Bug causing the regression: None
- User impact if declined: There will be some correctness issues with SVG drawn by WebRender. This shows up on the Kahn academy page.
- 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: Medium
- Why is the change risky/not risky? (and alternatives if risky): This change is not too risky. It's a relatively small change, covered by tests and changes the code to act more like the non-WebRender path
- String changes made/needed:
Assignee | ||
Comment 8•6 years ago
|
||
Note, this change only affects the WebRender code path, so if it ended up breaking something we always have the option of turning WebRender off.
Comment 9•6 years ago
|
||
Comment on attachment 9056207 [details]
Bug 1541920. Handle blend mode activeness properly.
Webrender V1 ships with 67 + low risk patch with tests, approved for 67 beta 10.
Since we have a testcase, I'd like some manual QA once it is on beta.
Updated•6 years ago
|
Comment 10•6 years ago
|
||
bugherder uplift |
Updated•6 years ago
|
Comment 11•6 years ago
|
||
I have reproduced this issue using Firefox 68.0a1 (2019.04.04) on Win 10 x64 with WebRender.
I can confirm this issue is fixed, I verified using Firefox 68.0a1 latest nightly and 67.0b10 on Win 10 x64.
Description
•