Autocomplete requires you to click twice in iOS after update to 1.11.0
问题 Using jQuery 2.1.0 and jQuery.ui 1.11.0 Tested in iOS 7. iPhone and iPad Mini. Works on android and regular browsers. The problem We recently upgraded from jQuery UI 1.10.0 to 1.11.0 and now, when clicking an item in an autocomplete results list, you only get a hover, you have to click the same element again to get a click event. This used to work fine with version 1.10.0. (JSFiddle link in comments) What does not work using css {cursor: pointer} does not work using onclick="" does not work