[Webkit-unassigned] [Bug 115141] Rendering on http://www.milwaukeepolicenews.com is broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 10 05:28:21 PDT 2013


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





--- Comment #1 from Alexandru Chiculita <achicu at adobe.com>  2013-07-10 05:30:22 PST ---
Created an attachment (id=206380)
 --> (https://bugs.webkit.org/attachment.cgi?id=206380&action=review)
Test case

Simplified test case that reproduces the issue.

The issue is triggered by the fact that now the fixed elements will always force a composited layer. Because of that the parent that sets the clipping also gets a composited layer. Looks like composited fixed elements inside other composited clipping layers was broken in Safari 6 too, but the fixed element was not converted to composited mode.

The bug also reproduces in Chromium. Firefox 22 and IE11 do not reproduce the issue and do not clip the fixed element.

-- 
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