[Webkit-unassigned] [Bug 53695] Style transform (-webkit-transform: scale3d) with 0-scale renders, but disables mouse events.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 3 11:31:20 PST 2011


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





--- Comment #2 from Dean Jackson <dino at apple.com>  2011-02-03 11:31:20 PST ---
Seems like we need to decide things like:

- does scale to 0 along any axis make something disappear?
- does scale to 0 along any axis make something invisible to events?
- should a Z scale do anything to a 2d-only scene?
- what should happen with rotateY(90deg) scale(0, 1) rotateY(-90deg)? ie. if you scale to 0 along an axis perpendicular to the plane you exist in, does that make you disappear?

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