[Webkit-unassigned] [Bug 129154] An element having -webkit-mix-blend mode should only blend with the contents of the parent stacking context

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 25 01:13:31 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=129154





--- Comment #8 from Mihai Tica <mitica at adobe.com>  2014-02-25 01:10:37 PST ---
(In reply to comment #7)
> (From update of attachment 224877 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=224877&action=review
> 
> > Source/WebCore/rendering/RenderLayer.cpp:836
> > +            ancestor->m_isolatesBlending = renderer().style().hasBlendMode();
> 
> Would have been nice to call setIsolatesBlending() here.
> 
> What ensures that m_isolatesBlending is updated when layers change between being stacking context and not? I don't see how the code currently can correctly maintain the m_isolatesBlending flag.

You are right, I've mistakenly omitted this case, it should be corrected in a follow up patch.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list