jquery / jquery-ui

The official jQuery user interface library.
https://jqueryui.com
Other
11.22k stars 5.29k forks source link

Selecting an option from an autocomplete drop list no longer works on Chrome for Android - 1.13 #2207

Closed jamezamm closed 4 months ago

jamezamm commented 4 months ago

After upgrading from 1.12.1 to 1.13.2, selecting an option (by touch) from an autocomplete drop list no longer works on Chrome for Android.

Please note that no errors are displayed within chrome's console, thus leading me to think that no event is being triggered.

Reverting back to 1.12.1 fixed the issue.

fnagel commented 4 months ago

Thanks for the bug report. Is this only an issue in Chrome or other browsers too (e.g. FF?). Does this occur when using the default demo? https://jqueryui.com/resources/demos/autocomplete/default.html

jamezamm commented 4 months ago

Hi. Thanks for the reply. I have tried the default demo and couldn't replicate the issue.

I investigated my code and found out that the issue was occurring when returning false within the select event callback.

Removing that one line of code resolved the issue.

I will be closing the issue since no further action is required,

fnagel commented 3 months ago

Glad you were able to fix your issue. And thanks for the feedback!