WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
103972
Plugin input events are wrong in Chromium port when <object> has padding
https://bugs.webkit.org/show_bug.cgi?id=103972
Summary
Plugin input events are wrong in Chromium port when <object> has padding
Brett Wilson (Google)
Reported
2012-12-03 21:45:48 PST
Load this FLash video and hover over a button or right-click:
http://www.apexvj.com/hd/player?s=69525510
You can see that the coordinates are offset vertically. This bug is due to us not taking into account element padding when converting mouse coordinates. It seems plugin event translation is done in the Chromium WebKit layer which bases the translation on the top-left of the element (which the padding comes after). If you remove the padding-top from this page, the coordinates are correct. Chrome bug:
https://code.google.com/p/chromium/issues/detail?id=164021
Attachments
Add attachment
proposed patch, testcase, etc.
Brett Wilson (Google)
Comment 1
2012-12-03 21:46:29 PST
I checked and Safari on Mac doesn't have this issue.
Eric Seidel (no email)
Comment 2
2012-12-12 11:28:25 PST
I believe cpu@ is mr. plugins (as much as we have at least)? I know our plugin implementation is different from other WebKit ports, but I don't know the details.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug