[Webkit-unassigned] [Bug 20027] Keyup/keydown keyIdentifier assignments are not W3C compliant

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 13 09:28:03 PDT 2008


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





------- Comment #2 from jacobsallanster at gmail.com  2008-07-13 09:28 PDT -------
Created an attachment (id=22261)
 --> (https://bugs.webkit.org/attachment.cgi?id=22261&action=view)
Testcase demonstrating keyIdentifier assignments

Testcase.

Add Arabic (101) layout.  Use the Windows Control panel.  Choose Regional and
Language Options.  In the Regional and Language Options dialog, choose the
Languages pane and click on Details.  Try adding Arabic/Arabic (101).

Once added, use the operating system to change the layout for the Safari
browser window to Arabic (101).  Type in some characters into the text field. 
The application will tabulate some of the keyCode (1st column) and
keyIdentifier (fourth column) assignments.  The second column is the Unicode of
the character that the key in this layout produces (retrieved by combining
keydown with keypress information).

For instance, typing 'asdf' keys in sequence:

65      U+0634  ش              U+0041
83      U+0633  س              U+0053
68      U+064A  ي              U+0044
70      U+0628  ب              U+0046


-- 
Configure bugmail: https://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