[Webkit-unassigned] [Bug 54018] Make offset* return doubles instead of ints
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 18 00:26:16 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=54018
Ion Rosca <rosca at adobe.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rosca at adobe.com
Bug 54018 depends on bug 60318, which changed state.
Bug 60318 Summary: [meta] Switch away from integers representing pixels for layout/event handling/rendering
https://bugs.webkit.org/show_bug.cgi?id=60318
What |Old Value |New Value
----------------------------------------------------------------------------
Resolution| |FIXED
Status|NEW |RESOLVED
--- Comment #5 from Ion Rosca <rosca at adobe.com> 2012-06-18 00:26:14 PST ---
All rendering has been changed to use floats, but offset*s from dom api still return rounded values. These values may vary with 1px when zooming because of rounding, and I couldn't find out how to get more precise results from JS.
Is there a plan for exposing more precise offset* values through dom api (making offset* return floats instead of ints, exposing other properties/methods)?
--
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