Closed
Bug 1014233
Opened 11 years ago
Closed 11 years ago
Autocomplete result still shown when backspacing
Categories
(Firefox for Android Graveyard :: Awesomescreen, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 32
People
(Reporter: jchen, Assigned: jchen)
References
Details
Attachments
(1 file)
|
3.02 KB,
patch
|
wesj
:
review+
|
Details | Diff | Splinter Review |
There's a race condition where we start an autocomplete query and then the user backspaces before the autocomplete result comes in. Once the result comes in, we end up adding the autocomplete text even though the user just did a backspace.
| Assignee | ||
Comment 1•11 years ago
|
||
Adding a flag to discard autocomplete result if backspacing
Attachment #8426557 -
Flags: review?(wjohnston)
Comment 2•11 years ago
|
||
Comment on attachment 8426557 [details] [diff] [review]
Discard autocomplete result if we are not expecting a result (v1)
Review of attachment 8426557 [details] [diff] [review]:
-----------------------------------------------------------------
Hmm... I'm scared for this, but worth a shot...
Attachment #8426557 -
Flags: review?(wjohnston) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Keywords: checkin-needed
Comment 4•11 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 32
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
•