Closed
Bug 573736
Opened 13 years ago
Closed 13 years ago
Android onscreen keyboard does not reappear when touching already-focused input
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(fennec2.0a1+)
VERIFIED
FIXED
Tracking | Status | |
---|---|---|
fennec | 2.0a1+ | --- |
People
(Reporter: shollmann, Assigned: jchen)
References
Details
(Keywords: inputmethod)
Attachments
(1 file)
1.32 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; es-AR; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 FireTorrent/2.0.1 Build Identifier: Mozilla/5.0 (Android;U;Linux armv7l; en-US;rv:1.9.3.a6pre) Gecko/20100622 namoroka/3.7a6pre Fennec/2.0a1pre When you want to retype the URL the soft keyboard crashes. So you cant retype. They keyboard will appear just for a second. Reproducible: Always Steps to Reproduce: 1. Press the URL Bar. 2. Write or not. 3. Push the back button. 4. Press the URL Bar. Actual Results: They keyboard will appear just for a second and then i will disappear. Expected Results: I expect the soft keyboard in order to write the url. I tried it on Android 2.1 in a Motorola Milestone (Argentina).
Updated•13 years ago
|
Component: General → Linux/Maemo
OS: Other → Linux (embedded)
QA Contact: general → maemo-linux
Hardware: Other → ARM
Updated•13 years ago
|
Component: Linux/Maemo → General
OS: Linux (embedded) → Android
QA Contact: maemo-linux → general
Comment 1•13 years ago
|
||
This affects all text fields, not just the urlbar. Updating summary.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: inputmethod
Summary: When you click more than one time the URL Bar, the Software Keyboard crashs → Android onscreen keyboard does not reappear when touching already-focused input
Updated•13 years ago
|
tracking-fennec: --- → 2.0+
Comment 3•13 years ago
|
||
It's not working either on HTC Desire Android 2.1 with Fennec 1. To resolve this issue, I force Fennec to stop in Application Administrator of Android (but it's not really practical.
Updated•13 years ago
|
tracking-fennec: 2.0+ → 2.0a1+
Assignee | ||
Comment 4•13 years ago
|
||
There's a pretty easy fix for this. Whenever a textbox is touched/clicked, nsIWidget::ResetInputState() is called. We can show the keyboard there. ResetInputState isn't designed for this purpose though and it's called from a bunch of places, but for an easy fix this one's probably the simplest. I didn't see any problems from simple testing. The patch is Android-only right now.
Updated•13 years ago
|
Assignee: nobody → jchen
Assignee | ||
Comment 6•13 years ago
|
||
Fixed by bug 576065
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 7•13 years ago
|
||
verified FIXED on build: Mozilla/5.0 (Android; U; Linux armv71; en-US; rv:2.0b2pre) Gecko/20100805 Namoroka/4.0b3pre Fennec/2.0a1pre
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•