[Webkit-unassigned] [Bug 33379] Full Page Zoom: image maps not scaled with images

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 28 16:52:15 PST 2011


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





--- Comment #12 from Max Vujovic <mvujovic at adobe.com>  2011-11-28 16:52:15 PST ---
I think this bug is about CSS zoom and bug 69421 is about CSS width and height.

Both cause issues with image map scaling but in slightly different ways. I've added 3 test cases to demonstrate the issues. In some of the cases, you can see that the focus rectangles are off by holding down the mouse button on a clickable area. 

1) CSS zoom case:
https://bug-33379-attachments.webkit.org/attachment.cgi?id=116853

#image
{
     zoom: 2.0;
}

Results:
1) Image scales (expected)
2) Clickable areas scale (expected)
3) Focus rectangles of clickable areas do NOT scale (bug)

2) CSS width and height case:
https://bug-33379-attachments.webkit.org/attachment.cgi?id=116852

#image
{
     /* The original image is 200x200. */          width: 400px;
     height: 400px;
}

Results:
1) Image scales (expected)
2) Clickable areas do NOT scale (bug)
3) Focus rectangles of clickable areas do NOT scale (bug)

3) Zooming in with Safari case (works as expected):
https://bug-33379-attachments.webkit.org/attachment.cgi?id=116851

Pressing [CMD+]

Results:
1) Image scales (expected)
2) Clickable areas scale (expected)
3) Focus rectangles of clickable areas scale (expected)

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