[Webkit-unassigned] [Bug 68324] New: [Gtk] metaKey modifier is not working with eventSender object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 18 11:35:13 PDT 2011


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

           Summary: [Gtk] metaKey modifier is not working with eventSender
                    object
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pwjd73 at motorola.com


The metaKey modifier is not working as expected with the eventSender object.
For e.g.
eventSender.mouseDown(["metaKey"])
eventSender.mouseUp(["metaKey"])
eventSender.keyDown(["metaKey"])

should set the event.metaKey to true in the corresponding JavaScript event callback. But event.metaKey always returns false when the event is sent using eventSender object.

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