RESOLVED DUPLICATE of bug 26424 28648
Flash input broken/offset when page is zoomed
https://bugs.webkit.org/show_bug.cgi?id=28648
Summary Flash input broken/offset when page is zoomed
jasneet
Reported 2009-08-21 17:46:18 PDT
Steps: 1. Go to http://www.myspace.com/freakedfrequency or any myspace page with an embedded music player) 2. Zoom page to more than 100% 3. Try clicking on the player controls or hover the mouse over songs II Issue: If zoom != 100% neither the buttons nor the song highlight work. It appears as if the player is picking up offset input. Notice that the player doesn't scale with the zoom, it just moves to the zoomed position. This might be what's causing the problem - feeding flash with input as if it were scaled whereas it actually isn't? III Expected: If you use 100% zoom hovering the mouse over individual songs highlights them. Pressing player/stop buttons or moving the slider also works as it should. IV Other Browsers: IE7: ok FF3: ok Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=9996
Attachments
Brett Wilson (Google)
Comment 1 2009-10-29 10:25:01 PDT
Flash doesn't see our transform, so we'll probably always need to send it unscaled input events. Flash does see that the box we tell it to live in changes, and it will normally scale the content to fit, so full page zoom normally works. But we should always be sending unscaled pixel coordinates to plugins.
Yair Yogev
Comment 2 2010-02-23 10:11:46 PST
Stuart Morgan
Comment 3 2010-05-02 09:09:43 PDT
*** This bug has been marked as a duplicate of bug 26424 ***
Note You need to log in before you can comment on or make changes to this bug.