Closed
Bug 551511
Opened 16 years ago
Closed 15 years ago
Suggestions are not re-calculated after picking one
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: aakashd, Unassigned)
Details
(Whiteboard: formfill)
Build id:
Mozilla/5.0 (X11; U; Linux armv7l; Nokia N900; en-US; rv:1.9.2.2pre) Gecko/20100309 Namoroka/3.6.2pre Fennec/1.1a2pre
and
Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9.3a2pre) Gecko/20100309 Namoroka/3.7a2pre Fennec/1.1a2pre
Steps to Reproduce:
1. Go to bugzilla
2. With the search field, search about 15 times with different terms to get a scrollable list of autocomplete suggestions
3. Tap on the bugzilla search field again
4. Pan the list, select the right-most element in the list
5. Tap Next
6. Tap Previous
Actual Results:
The entered element will be shown on the left-side
Expected Results:
The entered element should be shown on the right-side as its the last element in the alphabetized list.
| Reporter | ||
Updated•16 years ago
|
tracking-fennec: ? → ---
| Reporter | ||
Updated•16 years ago
|
Whiteboard: formfill
| Reporter | ||
Comment 1•16 years ago
|
||
testcase added to litmus: https://litmus.mozilla.org/show_test.cgi?id=11587
Flags: in-litmus+
Comment 2•16 years ago
|
||
By selecting the right-most element (step #4) the textbox now has a value. We leave all the suggestions visible in case you want to pick a different one. We could force a re-calculation of the suggestions, which would only show the one you picked - sine it is the only one that matches.
When you go "Tap Next" and "Tap Previous" the suggestions are re-calculated and only the text in the textbox matches, so we only show that one, not all possible values. This should be like desktop FF.
Also, as you start typing into the textbox, we start removing suggestions - since less of them match.
I guess the issue is, should we re-calculate suggestions after you pick one?
Comment 3•16 years ago
|
||
This bug has nothing to do with panning, so I am changing the title.
Summary: cannot pan the autocomplete list → Suggestions are not re-calculated after picking one
| Reporter | ||
Comment 4•16 years ago
|
||
Ah, I believe I got confused a bit with the functionality of form autocomplete in this case. When I said I couldn't pan, its because the arrow is visible after the steps to reproduce (even though there's only one option to choose). As I remove the text, more autocomplete suggestions are shown, but the arrow is still visible (for no reason because the list of options is not longer than the viewable area). The arrow only becomes usable once I delete enough characters to show a pannable list of autocomplete suggestions.
Comment 5•15 years ago
|
||
Is this bug valid since the arrow is not a problem anymore? (has been fixed by into an other bug)
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•