aboutsummaryrefslogtreecommitdiffstats
path: root/ui/selectmenu.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-01-021-1/+1
| | | | Closes gh-1403
* Build: Remove manifest files; move metadata to source filesScott González2014-11-101-2/+7
| | | | Closes gh-1379
* Selectmenu: Copy title attributesFelix Nagel2014-11-041-2/+5
| | | | | Fixes #10435 Closes gh-1298
* Selectmenu: Properly parse value from optionsScott González2014-11-041-1/+1
| | | | Fixes #10684
* Selectmenu: Introduce _renderButtonItem() methodFelix Nagel2014-11-041-18/+37
| | | | | Fixes #10142 Closes gh-1299
* Selectmenu: Re-add wrappers to menu itemsTJ VanToll2014-10-251-8/+11
|
* Selectmenu: Remove broken tabindex codeScott González2014-10-221-3/+2
|
* Selectmenu: Preserve text selection and button focus on clickScott González2014-10-161-3/+47
| | | | | Fixes #10639 Closes gh-1358
* Selectmenu: Preserve text selection when interacting with the widgetScott González2014-07-291-0/+7
| | | | | Fixes #10144 Closes gh-1295
* Selectmenu: Properly set width for buttonScott González2014-07-291-6/+16
| | | | | Fixes #10145 Closes gh-1296
* Selectmenu: Default disabled option to nullScott González2014-04-211-0/+1
|
* Selectmenu: Simplify selection of focused item via keyboardScott González2014-04-181-5/+6
| | | | | | | | Don't go through menu to select the currently focused item. Renamed _selectMenu() to _selectFocusedItem() for clarity. Closes gh-1224
* Selectmenu: Don't use active items at allScott González2014-04-181-8/+2
| | | | | | | Menus only use active items for nested menus which selectmenu doesn't support. Selectmenu should only be working with focused items. Ref gh-1224
* Selectmenu: CleanupScott González2014-04-181-49/+62
| | | | Ref gh-1224
* Selectmenu: Add UMD wrapperTJ VanToll2014-02-211-8/+18
|
* Selectmenu: Fall back to .ui-front searching for empty jQuery objectsJörn Zaefferer2014-02-211-1/+1
| | | | Fixes #9757
* All: Updating copyright year to 2014TJ VanToll2014-01-281-1/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-0/+536
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029