Closed
Bug 570603
Opened 15 years ago
Closed 15 years ago
Autocomplete should search while composing on Android
Categories
(Toolkit :: Autocomplete, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
fennec | 2.0a1+ | --- |
People
(Reporter: mwu, Assigned: jchen)
References
Details
(Keywords: inputmethod)
Attachments
(2 files)
917 bytes,
patch
|
Details | Diff | Splinter Review | |
876 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
autocomplete.xml currently doesn't handle the text event, so no searches are performed while the user is using an IME to input text.
Attachment #449734 -
Flags: review?(gavin.sharp)
Reporter | ||
Comment 1•15 years ago
|
||
Comment on attachment 449734 [details] [diff] [review]
Autocomplete on text events
Somehow this manages to break the normal case..
Attachment #449734 -
Flags: review?(gavin.sharp)
Updated•15 years ago
|
Keywords: inputmethod
Comment 2•15 years ago
|
||
This is not a bug, see bug 165055.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
Comment 3•15 years ago
|
||
screenshots on Safari.
http://www.d-toybox.com/studio/weblog/show.php?mode=single;id=2009030700
If we open the autocomplete candidate window, we have very big a11y problem.
Reporter | ||
Comment 4•15 years ago
|
||
This is a serious problem on mobile (in particular, Android). We don't have control over whether the softkb gives us autocomplete. The location bar will not complete properly until the compose is completed, which is bad. If this fix will have to be mobile/android only, that's fine.
Status: RESOLVED → REOPENED
OS: All → Android
Resolution: INVALID → ---
Summary: Autocomplete should search while composing → Autocomplete should search while composing on Android
Updated•15 years ago
|
tracking-fennec: --- → 2.0+
Updated•15 years ago
|
tracking-fennec: 2.0+ → 2.0a1+
Assignee | ||
Comment 5•15 years ago
|
||
mwu:
I basically moved your patch to mobile-browser. Mobile-browser has a binding for autocomplete that inherits from toolkit.
Seems to work well on Android, but I don't know how to test on Maemo (we can also just make this Android-only).
Assignee: mwu → jchen
Attachment #459149 -
Flags: feedback?(mwu)
Reporter | ||
Comment 6•15 years ago
|
||
Comment on attachment 459149 [details] [diff] [review]
Autocomplete during composition (mobile only) v2
If it works ok on desktop it should be fine on Maemo.
Attachment #459149 -
Flags: feedback?(mwu) → feedback?(mark.finkle)
Assignee | ||
Comment 7•15 years ago
|
||
Comment on attachment 459149 [details] [diff] [review]
Autocomplete during composition (mobile only) v2
Tested on desktop with ibus-py IME
Attachment #459149 -
Flags: feedback?(mark.finkle) → review?(mark.finkle)
Comment 8•15 years ago
|
||
Why move this to mobile only? Is it because of the accessibility issue Masayuki points out?
Assignee | ||
Comment 9•15 years ago
|
||
Right. It's desirable on mobile but not desirable on desktop. On a desktop the autocomplete popup might cover up anything that the IME displays. On mobile, (Android at least) we make room for the IME display so it's not a problem.
Updated•15 years ago
|
Attachment #459149 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 10•15 years ago
|
||
mfinkle: Can you land this? Thanks!
Comment 11•15 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Comment 12•15 years ago
|
||
Backing out this patch. It seems to have broken autocomplete on Android
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 13•15 years ago
|
||
Assignee | ||
Comment 14•15 years ago
|
||
Ready to be pushed again since bug 576065 landed.
Comment 15•15 years ago
|
||
pushed again: http://hg.mozilla.org/mobile-browser/rev/dbfee3e7fa90
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•