Closed
Bug 652958
Opened 14 years ago
Closed 14 years ago
FormHelper does not work well with IME compositions
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox5 unaffected, firefox6 fixed, status2.0 wontfix, fennec6+)
VERIFIED
FIXED
Firefox 6
Tracking | Status | |
---|---|---|
firefox5 | --- | unaffected |
firefox6 | --- | fixed |
status2.0 | --- | wontfix |
fennec | 6+ | --- |
People
(Reporter: mbrubeck, Assigned: vingtetun)
Details
(Keywords: inputmethod, mobile, Whiteboard: formfill)
Attachments
(2 files)
69.50 KB,
image/png
|
Details | |
841 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce: 1. Use an input method that offers word suggestions, e.g. "Android keyboard." 2. Open a page with a text field, e.g. http://people.mozilla.com/~mbrubeck/test/form.html 3. Tap on the text field. 4. Type a letter that matches the first letter of a suggestion. 5. Tap the suggestion. Expected results: The suggestion appears in the text field. Actual results: The typed character is removed, the other letters of the suggestion appear in the text field, and the first letters in the text field are underlined to indicate they are part of a composition. I can reproduce this bug on T-Mobile G2 (Android 2.2) in Firefox 4.0, 5.0a2, and trunk.
Reporter | ||
Updated•14 years ago
|
Whiteboard: formfill
Comment 1•14 years ago
|
||
Vivien - is this a Form Helper bug or IME?
Assignee: nobody → 21
tracking-fennec: ? → ---
Whiteboard: formfill → formfill [fennec-6]
Updated•14 years ago
|
tracking-fennec: --- → 6+
Whiteboard: formfill [fennec-6] → formfill
Assignee | ||
Comment 2•14 years ago
|
||
Force a composition end when using the autocomplete mechanism
Attachment #532247 -
Flags: review?(mark.finkle)
Updated•14 years ago
|
Attachment #532247 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 3•14 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/4db7b12df9ae
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 4•14 years ago
|
||
Mozilla /5.0 (Android;Linux armv7l;rv:6.0a1) Gecko/20110516 Firefox/6.0a1 Fennec/6.0a1 Mozilla /5.0 (Android;Linux armv7l;rv:5.0a2) Gecko/20110516 Firefox/5.0a2 Fennec/5.0a2 Device: Samsung Captivate (Android 2.1 update 1) I just verified this on both above builds and on nightly it is fixed but on aurora I can still see the problem. Should I reopen this bug?
Assignee | ||
Comment 5•14 years ago
|
||
> I just verified this on both above builds and on nightly it is fixed but on
> aurora I can still see the problem. Should I reopen this bug?
No, the bug is fixed.
Comment 6•14 years ago
|
||
> I just verified this on both above builds and on nightly it is fixed but on
> aurora I can still see the problem. Should I reopen this bug?
The bug is "tracking-fennec: 6+" which means it is only planned to land in Fx6. If we wanted the bug fixed in Fx 5, that would require landing in mozilla-aurora too.
Reporter | ||
Updated•14 years ago
|
Updated•13 years ago
|
status-firefox6:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•