Opened 8 years ago
Last modified 8 years ago
#10728 open bug
Autocomplete: option list isn't completely cleared after selection of an option on certain Android devices/browsers
Reported by: | mit_jones | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.autocomplete | Version: | 1.11.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Concerned Versions :
JQuery UI : 1.11.2
Android : 4.1.2
Chrome 39.0.2171.59/Firefox
To reproduce :
Go to public demo with tablet : http://jqueryui.com/autocomplete/
Type 'P' in the field (the options appear)
Select for example 'PHP'
autocomplete correctly selects 'PHP' but the option list is left on the screen displaying the chosen option
Using JQuery UI 1.10.2 the option list is correctly cleared.
It looks as though the _searchTimeout function is at fault as overiding/reverting that function only to 1.10.2 solves the issue.
Change History (1)
comment:1 Changed 8 years ago by
Status: | new → open |
---|---|
Summary: | Autocomplete: option list isn't completely cleared after selection of an option on Samsung Tablet → Autocomplete: option list isn't completely cleared after selection of an option on certain Android devices/browsers |
Note: See
TracTickets for help on using
tickets.
I don't see this behavior in Chrome on any of my Android devices, but I *do* see it in Firefox for Android (v 34). This is quite possibly related to #9391.