Bug 125804
Summary: | [CSS Blending] Background color isn't fully painted when having a blended child | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | cabanier, mihnea, mitica, simon.fraser |
Priority: | P2 | Keywords: | BlinkMergeCandidate |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 95614 |
Ryosuke Niwa
Consider merging https://chromium.googlesource.com/chromium/blink/+/3b9e71135ee5f6bfe19581a4b19790cde588bd2c
if it's applicable to WebKit.
The problem seems to be the creation of a transparency layer while
painting the background. The solution is to prevent any form of isolation
caused by blending when painting the root element.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mihai Tica
(In reply to comment #0)
> Consider merging https://chromium.googlesource.com/chromium/blink/+/3b9e71135ee5f6bfe19581a4b19790cde588bd2c
> if it's applicable to WebKit.
>
> The problem seems to be the creation of a transparency layer while
> painting the background. The solution is to prevent any form of isolation
> caused by blending when painting the root element.
This issue is related to mix-blend-mode for software, which isn't currently implemented in WebKit. Since it's not applicable to WebKit, we should probably close this
Mihnea Ovidenie
Chromium specific issue.