WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
131889
Incomplete body painting when using blend modes
https://bugs.webkit.org/show_bug.cgi?id=131889
Summary
Incomplete body painting when using blend modes
Simon Fraser (smfr)
Reported
2014-04-19 10:57:41 PDT
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.
Attachments
Testcase
(1.13 KB, text/html)
2014-04-19 10:57 PDT
,
Simon Fraser (smfr)
no flags
Details
simplified version
(233 bytes, text/html)
2014-04-20 20:54 PDT
,
Rik Cabanier
no flags
Details
Patch
(3.83 KB, patch)
2014-04-24 23:16 PDT
,
Ion Rosca
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2014-04-19 10:58:36 PDT
This is a blocker to Safari shipping blend modes. <
rdar://problem/16668770
>
Rik Cabanier
Comment 2
2014-04-20 20:54:11 PDT
Created
attachment 229781
[details]
simplified version even simpler version. This has to be a recent break since basic content is now drawing incorrectly.
Rik Cabanier
Comment 3
2014-04-20 23:14:03 PDT
It looks like this was caused by
https://bugs.webkit.org/show_bug.cgi?id=130892
Mihnea Ovidenie
Comment 4
2014-04-23 10:23:28 PDT
(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
.
Ion Rosca
Comment 5
2014-04-24 02:24:47 PDT
I'm looking into it.
Ion Rosca
Comment 6
2014-04-24 23:16:44 PDT
Created
attachment 230143
[details]
Patch
Ion Rosca
Comment 7
2014-04-24 23:25:35 PDT
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
.
WebKit Commit Bot
Comment 8
2014-04-25 01:04:57 PDT
Comment on
attachment 230143
[details]
Patch Clearing flags on attachment: 230143 Committed
r167796
: <
http://trac.webkit.org/changeset/167796
>
WebKit Commit Bot
Comment 9
2014-04-25 01:05:02 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug