[webkit-reviews] review requested: [Bug 73595] Focus ring of imagemap's area element does not scale when CSS zoom style is applied : [Attachment 117531] Patch

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


Max Vujovic <mvujovic at adobe.com> has asked  for review:
Bug 73595: Focus ring of imagemap's area element does not scale when CSS zoom
style is applied
https://bugs.webkit.org/show_bug.cgi?id=73595

Attachment 117531: Patch
https://bugs.webkit.org/attachment.cgi?id=117531&action=review

------- Additional Comments from Max Vujovic <mvujovic at adobe.com>
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.


More information about the webkit-reviews mailing list