Summary: | Incomplete body painting when using blend modes | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> | ||||||||
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | cabanier, commit-queue, esprehn+autocc, glenn, kondapallykalyan, krit, mihnea, rosca, simon.fraser, webkit-bug-importer | ||||||||
Priority: | P2 | Keywords: | InRadar | ||||||||
Version: | 528+ (Nightly build) | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Bug Depends on: | |||||||||||
Bug Blocks: | 95614 | ||||||||||
Attachments: |
|
This is a blocker to Safari shipping blend modes. <rdar://problem/16668770> Created attachment 229781 [details]
simplified version
even simpler version. This has to be a recent break since basic content is now drawing incorrectly.
It looks like this was caused by https://bugs.webkit.org/show_bug.cgi?id=130892 (In reply to comment #3) > It looks like this was caused by https://bugs.webkit.org/show_bug.cgi?id=130892 Nope, it's https://bugs.webkit.org/show_bug.cgi?id=129154. I'm looking into it. Created attachment 230143 [details]
Patch
The patch I attached avoids creating a transparency layer for the root renderer that has unisolated blending descendants. However, the issue with background being painted incompletely is not fixed for other reasons that trigger transparency layers on the document element: opacity, mask or mix-blend-mode. This issue is reported here: https://bugs.webkit.org/show_bug.cgi?id=75460. Comment on attachment 230143 [details] Patch Clearing flags on attachment: 230143 Committed r167796: <http://trac.webkit.org/changeset/167796> All reviewed patches have been landed. Closing bug. |
Created attachment 229736 [details] Testcase Attached testcase (fix it to point to a local copy of ducky.png) shows a bug where the body background is only partially painted. It flashes horribly when hovering the boxes.