[Webkit-unassigned] [Bug 73595] Focus ring of imagemap's area element does not scale when CSS zoom style is applied

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 1 17:24:01 PST 2011


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


Max Vujovic <mvujovic at adobe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #117531|                            |review?, commit-queue?
               Flag|                            |




--- Comment #1 from Max Vujovic <mvujovic at adobe.com>  2011-12-01 17:24:01 PST ---
Created an attachment (id=117531)
 --> (https://bugs.webkit.org/attachment.cgi?id=117531&action=review)
Patch

HTMLAreaElement is only considering the page zoom when computing the path for drawing the focus ring. In the patch, I've updated HTMLAreaElement to use the RenderObject's effectiveZoom instead of the Frame's page zoom. effectiveZoom takes into account both the page zoom and any scaling from a CSS zoom property.

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