[Webkit-unassigned] [Bug 86694] New: Implement DOM_KEY_LOCATION_LEFT and RIGHT of KeyboardEvent's location property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 16 18:36:40 PDT 2012


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

           Summary: Implement DOM_KEY_LOCATION_LEFT and RIGHT of
                    KeyboardEvent's location property
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tasak at google.com
                CC: tasak at google.com


Add DOM_KEY_LOCATION_LEFT and DOM_KEY_LOCATION_RIGHT to distinguish  between left-control and right-control, between left shift and right shift, and between left menu and right menu.
Currently only DOM_KEY_LOCATION_STANDARD and DOM_KEY_LOCATION_NUMPAD are implemented.

The location property is defined in the W3C DOM3 specification 
http://www.w3.org/TR/DOM-Level-3-Events/#events-keyboardevents

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