[Webkit-unassigned] [Bug 98538] New: overflow: hidden + border radius does not work when transform is added to child
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 5 11:19:33 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=98538
Summary: overflow: hidden + border radius does not work when
transform is added to child
Product: WebKit
Version: 525.x (Safari 3.2)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: drackett at mac.com
I have the following code to provide a mask to a child element on my page:
http://jsfiddle.net/hWCZ7/
However, when I apply a transform to the child element, the overflow is no longer hidden in a way that respects the border radius:
http://jsfiddle.net/hWCZ7/1/
Its a little worse with a 3D transform as well:
http://jsfiddle.net/hWCZ7/2/
--
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