Bug 34404 - same keyidentifier returned for "?" and "/" on Windows for keydown
Summary: same keyidentifier returned for "?" and "/" on Windows for keydown
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-31 20:10 PST by Ojan Vafai
Modified: 2010-05-03 11:34 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ojan Vafai 2010-01-31 20:10:49 PST
They both return U+00BF on Windows. 

On a Mac nightly, "?" gets U+003F and "/" gets U+002F.  Firstly, Windows and Mac should agree here? And second, / and ? should get different values. Also, I think the DOM events spec was modified that the keyIdentifier here actually should be "?" and "/".
Comment 1 Alexey Proskuryakov 2010-05-03 11:34:05 PDT
The editor's draft of DOM 3 Events no longer has keyIdentifier. If we can't remove it, perhaps we should keep its existing behavior, no matter how little sense it makes.

On the other hand, having platform differences is not great.