Closed
Bug 1229693
Opened 9 years ago
Closed 9 years ago
WidgetKeyboardEvent::location should be initialized with mCodeNameIndex if it's caused by native keyboard event
Categories
(Core :: Widget: Win32, defect)
Core
Widget: Win32
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox45 | --- | affected |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
For making TextEventDispatcher initializes WidgetKeyboardEvent as far as possible, KeyboardEvent.location should be decided from KeyboardEvent.code.
Assignee | ||
Comment 1•9 years ago
|
||
Hmm, I realized that .location might be better to depend on .key value (current Gecko for desktop is so).
See https://github.com/w3c/uievents/issues/62
Assignee | ||
Comment 2•9 years ago
|
||
Comment 1 is right. This is now, INVALID.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•