[Webkit-unassigned] [Bug 64888] New: event mod keys are only available via WebKitDOMMouseEvent
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 20 13:13:32 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64888
Summary: event mod keys are only available via
WebKitDOMMouseEvent
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Gtk
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: grant_gayed at ca.ibm.com
I'm adding keydown/keypress/keyup listeners to a dom document with webkit_dom_event_target_add_event_listener() calls. However AFAICS, the only way to get the state of the ctrl/shift/alt/meta keys when these events come is with the webkit_dom_mouse_event_get_*_key() functions. I've verified that these do in fact work, but the events being received are key events, so having to use these mouse event functions seems wrong.
--
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