[Webkit-unassigned] [Bug 35064] New: windowless plugins don't get button press events for right mouse button
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 17 17:45:38 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=35064
Summary: windowless plugins don't get button press events for
right mouse button
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Plug-ins
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: bjt23 at cornell.edu
I'm not getting any button press events for right clicks in my windowless
plugin. Interestingly, I do get button *release* for the right button, just no
press.
I'm digging around, but I'm not sure if I'm looking in the right place. The
behavior seems weird: I added some printfs to PlatformMouseEvent's constructor,
and I see that for a right press, *two* PlatformMouseEvents get generated
(whereas for left or middle press, only one gets generated). Looking at
dom/MouseEvent, it looks like initMouseEvent() never gets called (for *any*
button press), so I think I'm not understanding how this works.
Any ideas as for the right place to look would be appreciated. I've looked
around in page/gtk/EventHandlerGtk.cpp, but nothing is jumping out at me there.
--
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