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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 4 16:39:42 PST 2008


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





------- Comment #3 from darin at apple.com  2008-01-04 16:39 PDT -------
Also, bug 16375 points out that events crated with initKeyboardEvent aren't
very good because they will always have a keyCode of 0 and charCode of 0. So
any code that looks at keyCode or charCode, including code inside the engine
that responds to keyboard events and older legacy JavaScript code, won't work
with these events.


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