Closed
Bug 876739
Opened 12 years ago
Closed 12 years ago
Unable to see characters typed in landscape fullscreen VKB
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 24
People
(Reporter: u421692, Assigned: jchen)
Details
Attachments
(2 files)
|
2.01 KB,
patch
|
cpeterson
:
review+
|
Details | Diff | Splinter Review |
|
1.60 KB,
patch
|
cpeterson
:
review+
|
Details | Diff | Splinter Review |
Environment:
Build: Firefox for Android 24.0a1 (2013-05-28)
Device: Samsung Galaxy S2(Android 4.0.3)
Steps to reproduce:
1. Open bugzilla.mozilla.org.
2. Tap on Log In.
3. Tap on Sign in with persona button.
4. Type some text.
Expected result:
The character are displayed as you type.
Actual result:
Unable to see the characters typed.
Note: I was able to reproduce this issue only with this particular case(persona login) and not on other sites(yahoo mail; gmail, etc); maybe because the VKB is automatically opened in this case(persona login).
Bug 714950 is a similar issue, that was verified as fixed.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → nchen
| Assignee | ||
Comment 1•12 years ago
|
||
The extracted text request and current input method name should be reset in notifyIMEContext. The reason is only notifyIMEContext calls restartInput, which eventually sets these fields to their proper values.
Attachment #759284 -
Flags: review?(cpeterson)
| Assignee | ||
Comment 2•12 years ago
|
||
While we are here, I think we should still go through the restartInput and show/hideSoftInput calls even if we are disabling IME for native widget inputs.
Attachment #759285 -
Flags: review?(cpeterson)
Comment 3•12 years ago
|
||
Comment on attachment 759284 [details] [diff] [review]
Reset extracted text request in notifyIMEContext (v1)
Review of attachment 759284 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM
Attachment #759284 -
Flags: review?(cpeterson) → review+
Comment 4•12 years ago
|
||
Comment on attachment 759285 [details] [diff] [review]
restart and show/hide IME for input types with native widgets (v1)
Review of attachment 759285 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM
Attachment #759285 -
Flags: review?(cpeterson) → review+
| Assignee | ||
Comment 5•12 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/1de3b223b4bb
https://hg.mozilla.org/integration/mozilla-inbound/rev/af580d8db210
Status: NEW → ASSIGNED
Comment 6•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/1de3b223b4bb
https://hg.mozilla.org/mozilla-central/rev/af580d8db210
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 24
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
•