]> source.dussan.org Git - jquery-ui.git/commit
Autocomplete: Close the menu on any outside interactions
authorScott González <scott.gonzalez@gmail.com>
Thu, 15 Oct 2015 14:11:14 +0000 (10:11 -0400)
committerScott González <scott.gonzalez@gmail.com>
Fri, 16 Oct 2015 18:09:05 +0000 (14:09 -0400)
commit548fbf570caa5fdee973bbbe8ac2d36b0338c2b9
tree4d3dc28cd3084f62726b461855a156fb4d9aa46a
parent7df2f1905a1ec4727f00451f8d794aeb35ec4159
Autocomplete: Close the menu on any outside interactions

This ensures that the menu will close if the user interacts with a
draggable, resizable, etc. element since those interactions don't
change focus.

Ref #6642
Closes gh-1614
tests/unit/autocomplete/core.js
ui/widgets/autocomplete.js