Closed
Bug 798276
Opened 13 years ago
Closed 13 years ago
[keyboard] Numerical keyboard triggering javascript error
Categories
(Firefox OS Graveyard :: Gaia, defect)
Firefox OS Graveyard
Gaia
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: etienne, Unassigned)
Details
Attachments
(1 file)
|
1019 bytes,
patch
|
rudyl
:
review+
|
Details | Diff | Splinter Review |
Wonder if other people have seen this:
|Keyboards[_baseLayoutName] is underfined| - line 243.
Every time the numerical keypad should be displayed (phone number field in the contacts app, or typing the |?123| key on the classic keyboard).
| Reporter | ||
Comment 1•13 years ago
|
||
Attachment #668383 -
Flags: review?(salva)
| Reporter | ||
Comment 2•13 years ago
|
||
Hey Salva, I'm afraid I'm the only one with the issue (I had it for quite some time and couldn't find a bug for it).
I'm testing with an up to date gaia, gecko and gonk, do you see the same problem?
Comment 3•13 years ago
|
||
Comment on attachment 668383 [details] [diff] [review]
Fix
Review of attachment 668383 [details] [diff] [review]:
-----------------------------------------------------------------
I dont know if Keyboards[_baseLayoutName] could be undefined and it should be convenient to double check if this is possible at all and if not, trying to discover what causes _baseLayoutName to not be inside Keyboards. I will be on holidays until October 22th so I passed this review to [:rudyl].
Attachment #668383 -
Flags: review?(salva) → review?(rlu)
Comment 4•13 years ago
|
||
Comment on attachment 668383 [details] [diff] [review]
Fix
Review of attachment 668383 [details] [diff] [review]:
-----------------------------------------------------------------
Anyway, I think the patch is an agnostic but valid solution.
Comment 5•13 years ago
|
||
Hi Etienne,
Although I did not encounter the case you mentioned, I think the code is ok to merge.
r=me
Thanks.
Updated•13 years ago
|
Attachment #668383 -
Flags: review?(rlu) → review+
| Reporter | ||
Comment 6•13 years ago
|
||
Thanks Rudy!
Actually I'm not seeing the issue anymore since my flush reflash from yesterday.
So WORKSFORME now.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•