[Webkit-unassigned] [Bug 13368] New: KeyboardEvent::initKeyboardEvent doesn't match the DOM Level 3 Events spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 16 22:59:14 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13368

           Summary: KeyboardEvent::initKeyboardEvent doesn't match the DOM
                    Level 3 Events spec
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: aroben at apple.com


Our implementation of KeyboardEvent::initKeyboardEvent doesn't match the DOM
Level 3 Events spec.

See the spec here:
http://www.w3.org/TR/DOM-Level-3-Events/events.html#Events-KeyboardEvents-Interfaces

See current implementation of the method here:
http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/dom/KeyboardEvent.cpp?rev=19579#L66

Our implementation takes 5 booleans representing the state of the 5 modifier
keys, while the spec defines the last argument of the method to be DOMString
containing a space-separated list of modifier keys.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list