[Webkit-unassigned] [Bug 85199] when zoomed in/out getBoundingClientRect returns different height, width etc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 15 17:33:56 PST 2013


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


Emil A Eklund <eae at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
                 CC|                            |eae at chromium.org




--- Comment #1 from Emil A Eklund <eae at chromium.org>  2013-02-15 17:36:14 PST ---
This was fixed by subpixel layout which was turned on for chrome in June and Safari about two months ago. The test as written will still fail for some zoom levels due to floating point imprecision. (I.e. it might return 199.9999234 instead of 200 in some cases).

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