[Webkit-unassigned] [Bug 150161] New: Transition on transform does not render when entering overflow hidden container
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 15 04:02:58 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=150161
Bug ID: 150161
Summary: Transition on transform does not render when entering
overflow hidden container
Classification: Unclassified
Product: WebKit
Version: Safari 9
Hardware: iOS
OS: iOS 9.0
Status: NEW
Severity: Major
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: contact at benfrain.com
Here is a reduction:
http://codepen.io/anon/pen/epGrvr
This works correctly in iOS8.4 (Simulator) and Safari 9 but not in the iOS Safari 9 or 9.1
If a wrapper has overflow: hidden applied and child elements are transitioned outside of the bounds, they do not get 'painted' as they are transformed back (until the transition ends and then the items are 'painted' at once).
This makes it appear like the interior elements are not being painted until transition end.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151015/e8a98b37/attachment.html>
More information about the webkit-unassigned
mailing list