[Webkit-unassigned] [Bug 32230] getComputedStyle() returns different values for different zoom levels
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 18 07:28:24 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=32230
Frances Berriman <fberriman at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fberriman at gmail.com
--- Comment #1 from Frances Berriman <fberriman at gmail.com> 2010-02-18 07:28:24 PST ---
Hi,
We've identified the same problem within our unit and manual tests for
appearance methods. Firefox, Opera and IE all report the values accurately,
but Webkit browsers will return a zoomed+orig value.
For example, create 2 elements with text inside. Set the first to be 16px in
size, and then use JS to apply get element 1's font-size value and apply it to
element 2. When normal zoom, both elements will appear as 16px, but zoom the
page by 1, and element 2 will be larger than element 1 in a webkit browser. Of
course, the issue becomes more pronounced the further the user zooms.
Thanks,
Frances
http://bbc.co.uk/glow
--
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