Closed
Bug 719702
Opened 13 years ago
Closed 13 years ago
Hide the invoked virtual keyboard from a focused element on URL change
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox11 affected, firefox12 affected)
RESOLVED
WORKSFORME
People
(Reporter: aaronmt, Unassigned)
Details
(Whiteboard: [VKB])
STR:
1) adb shell am start -a android.intent.action.VIEW -n org.mozilla.fennec/.App -d http://google.com
2) adb shell am start -a android.intent.action.VIEW -n org.mozilla.fennec/.App -d http://cnn.com
The virtual-keyboard should have received an event to dismiss on launch of the second URL.
--
Samsung Galaxy SII (Android 2.3.4), Samsung Nexus S (Android 4.0.3)
Mozilla/5
Reporter | ||
Updated•13 years ago
|
status-firefox11:
--- → affected
status-firefox12:
--- → affected
Reporter | ||
Comment 1•13 years ago
|
||
Perhaps one of these specified values http://developer.android.com/guide/topics/manifest/activity-element.html#wsoft for the App activity?
Maybe change https://mxr.mozilla.org/mozilla-central/source/mobile/android/base/AndroidManifest.xml.in#57 from stateUnspecified to stateHidden ?
Whiteboard: [VKB]
Comment 2•13 years ago
|
||
Aaron, what has focus after the first load? and after the second?
Reporter | ||
Comment 3•13 years ago
|
||
(In reply to Brad Lassey [:blassey] from comment #2)
> Aaron, what has focus after the first load? and after the second?
1) Google search box
2) Nothing apparently.
Reporter | ||
Comment 4•13 years ago
|
||
This WFM on the Galaxy Nexus on the latest nightly (01/26). I will re-open if I see a variance in testing other devices another day.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•