[Webkit-unassigned] [Bug 118445] [Qt] QtWebKit should allow sending domain specific keycode to HTML applications

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 12 01:33:30 PDT 2013


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





--- Comment #13 from Arunprasad Rajkumar <arurajku at cisco.com>  2013-07-12 01:35:32 PST ---
(In reply to comment #12)
> The keycode values in the DOM are the windows keycodes, if there is no mapping in windows there is no keycode for that key. This is why you should use the DOM standard 'key' property.

It is clear now. But still I'm worrying about Interactive TV specs(HbbTV, CEHTML). They suggest to use "keyCode" & "charCode" properties of KeyboardEvent, so some change inside WebCore is needed to support it for those specifications. 

But I still feel passing the keycode directly(the main of the attached patch) is a good option, so the one who uses QtWebKit no need to touch source of WebKit to achieve their intention.

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