Closed
Bug 938383
Opened 12 years ago
Closed 11 years ago
Improve charCode handling in Gonk key events
Categories
(Core Graveyard :: Widget: Gonk, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla28
People
(Reporter: mwu, Assigned: mwu)
Details
Attachments
(1 file)
681 bytes,
patch
|
masayuki
:
review+
|
Details | Diff | Splinter Review |
This fixes gonk keyevent handling so only one of keycode/charcode is set at a time.
The docs seem to suggest that keyCode should not be set on key press if we could not determine the charcode, but that appears to break backspace on my dev board.
Attachment #831857 -
Flags: review?(masayuki)
Comment 1•11 years ago
|
||
Comment on attachment 831857 [details] [diff] [review]
Improve charCode handling in gonk widget backend
If you don't mind, please add {} for each if/else block, which is our generic coding rule. However, I'm not sure the local rule of Gonk widget.
Attachment #831857 -
Flags: review?(masayuki) → review+
Assignee | ||
Comment 2•11 years ago
|
||
https://hg.mozilla.org/integration/b2g-inbound/rev/a32feef503fc
Checked in with curly braces.
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•