[Webkit-unassigned] [Bug 47729] Provide a mechanism to get the tight bounding box of a container with 3D transformed elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 15 11:04:43 PDT 2010


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





--- Comment #1 from Antoine Quint <ml at graougraou.com>  2010-10-15 11:04:43 PST ---
When dealing with 3D transformed content, the structural container may have zero-size CSS metrics. The Apple Finger Tips sample code is a good example (see URL). For instance, in that code the #ring element has 0x0 CSS metrics and getBoundingClientRect() reports width and height to be 0 and 0. It would be great to have a functionality to get the tight bounding box of such elements to hide away the complexity of dealing with 3D maths.

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