Closed
Bug 617552
Opened 14 years ago
Closed 14 years ago
ALT key doesn't work properly when typing digits in about:config
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(fennec2.0b4+)
VERIFIED
FIXED
Tracking | Status | |
---|---|---|
fennec | 2.0b4+ | --- |
People
(Reporter: anamaria.moldovan, Assigned: crowderbt)
References
Details
Attachments
(1 file, 1 obsolete file)
1.85 KB,
patch
|
crowderbt
:
review+
jchen
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:2.0b8pre) Gecko/20101207 Firefox/4.0b8pre
Build Identifier: Mozilla /5.0 (Android;Linux armv7l;rv:2.0b8pre) Gecko/20101207 Firefox/4.0b8pre Fennec /4.0b3pre
Make sure you have a device with hard keyboard.
Typing digits in the input text fields from about:config while pressing the ALT key and holding it doesn't work properly.
Device: Motorola DROID 2
Reproducible: Always
Steps to Reproduce:
1. Go to about:config.
2. Search for the preference app.update.interval
3. Tap in the input text field of app.update.interval and make sure you erase the data from it ("28800")
4. Press ALT key and hold while typing in a number (e.g.: "120")
Actual Results:
After typing in the first digit (in this case "1") the rest are set to 0. (One has to press the ALT key and hold it, otherwise it does not reproduce.)
The final result is: "0"
Expected Results:
The user should get: "120".
Reporter | ||
Updated•14 years ago
|
OS: Windows 7 → Android
Hardware: x86 → ARM
Assignee | ||
Updated•14 years ago
|
tracking-fennec: --- → ?
Comment 1•14 years ago
|
||
Is this still happening?
Updated•14 years ago
|
Assignee: nobody → crowderbt
tracking-fennec: ? → 2.0+
Reporter | ||
Comment 2•14 years ago
|
||
Yes, I can still reproduce it on: Mozilla /5.0 (Android;Linux armv7l;rv:2.0b8pre)
Gecko/20101214 Firefox/4.0b8pre Fennec /4.0b3pre
Assignee | ||
Comment 3•14 years ago
|
||
This actually seems to fix a number of issues for us by retaining the state of the editable as much as possible.
Attachment #501827 -
Flags: feedback?(doug.turner)
Assignee | ||
Updated•14 years ago
|
Attachment #501827 -
Flags: review?(jimnchen+bmo)
Comment 4•14 years ago
|
||
Comment on attachment 501827 [details] [diff] [review]
Don't replace mEditable on every text change
this does what it needs to. it makes typing on the g2 work.
Attachment #501827 -
Flags: feedback?(doug.turner) → feedback+
Comment 5•14 years ago
|
||
without this, i can't really use my g2 to input text. we should block b4 on this.
tracking-fennec: 2.0+ → 2.0b4+
Assignee | ||
Comment 7•14 years ago
|
||
Comment on attachment 501827 [details] [diff] [review]
Don't replace mEditable on every text change
If blassey +s this, I will land and rev w/ jchen's review down the line.
Attachment #501827 -
Flags: review?(blassey.bugs)
Comment 8•14 years ago
|
||
Comment on attachment 501827 [details] [diff] [review]
Don't replace mEditable on every text change
jchen will do a post-landing review
Attachment #501827 -
Flags: review?(jimnchen+bmo) → review+
Assignee | ||
Comment 9•14 years ago
|
||
Attachment #501827 -
Attachment is obsolete: true
Attachment #501875 -
Flags: review+
Attachment #501827 -
Flags: review?(blassey.bugs)
Assignee | ||
Comment 10•14 years ago
|
||
Comment on attachment 501875 [details] [diff] [review]
to land
Carrying forward blassey's review, and getting post-landing review from jchen
Attachment #501875 -
Flags: review?(jimnchen+bmo)
Assignee | ||
Comment 11•14 years ago
|
||
Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 12•14 years ago
|
||
Verified as fixed on buildID: Mozilla /5.0 (Android;Linux armv7l;rv:2.0b9pre) Gecko/20100106 Firefox/4.0b9pre Fennec /4.0b4pre using Motorola Droid 2.
Status: RESOLVED → VERIFIED
Comment 13•14 years ago
|
||
I've put wrong buildID. The correct one is: Mozilla /5.0 (Android;Linux armv7l;rv:2.0b9pre) Gecko/20100107 Firefox/4.0b9pre Fennec /4.0b4pre
Updated•14 years ago
|
Attachment #501875 -
Flags: review?(jimnchen+bmo) → review+
You need to log in
before you can comment on or make changes to this bug.
Description
•