aboutsummaryrefslogtreecommitdiffstats
path: root/ui/widgets/autocomplete.js
Commit message (Collapse)AuthorAgeFilesLines
* Autocomplete: Work around `isContentEditable` bug in ChromeScott González2016-02-161-1/+19
| | | | | Fixes #14917 Closes gh-1673
* All: Fix manifest issues for categories and CSS dependenciesJörn Zaefferer2015-10-231-3/+3
| | | | | | | Collapses "UI Core" and "Core" into just "Core". Fixes bad paths for CSS dependencies. Regressed when moving widgets into the widgets subfolder.
* Autocomplete: Close the menu on any outside interactionsScott González2015-10-161-18/+23
| | | | | | | | | 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
* Autocomplete: Use a `div` instead of a `span` for the live regionScott González2015-09-181-1/+1
| | | | Fixes #14587
* Autocomplete: Style updatesAlexander Schmitz2015-09-111-0/+14
| | | | Ref #14246
* Autocomplete: Style updatesAlexander Schmitz2015-08-211-9/+9
| | | | | Ref #14246 Ref gh-1588
* Menu: Move menu into widgets folderAlexander Schmitz2015-08-081-1/+1
| | | | Ref #13885
* Autocomplete: Move autocomplete into widgets folderAlexander Schmitz2015-08-081-0/+645
Ref #13885