aboutsummaryrefslogtreecommitdiffstats
path: root/ui/selectmenu.js
Commit message (Collapse)AuthorAgeFilesLines
* Selectmenu: Move selectmenu into widgets folderAlexander Schmitz2015-08-081-684/+0
| | | | Ref #13885
* Menu: Move menu into widgets folderAlexander Schmitz2015-08-081-1/+1
| | | | Ref #13885
* Core: Movie uniqueId into its own module and deprecate core moduleAlexander Schmitz2015-08-081-1/+1
| | | | | | | uniqueId was the last thing in the core module, and it is now just a helper which require all the modules it used to contain. Closes #9647
* Core: Move labels into its own moduleAlexander Schmitz2015-08-081-1/+4
| | | | Ref #9647
* Core: Move keyCode into its own moduleAlexander Schmitz2015-08-081-3/+3
| | | | Ref #9647
* Core: Move escape selector into its own moduleAlexander Schmitz2015-08-081-0/+1
| | | | Ref #9647
* Core: Move version and creation of the ui namespace into its own moduleAlexander Schmitz2015-08-081-0/+1
| | | | Ref #9647
* Selectmenu: Use $.ui.escapeSelectorAlexander Schmitz2015-05-051-2/+3
|
* Core: Add $.fn.labels, $.fn.form, and $.ui.escapeSelector methodsAlexander Schmitz2015-05-051-3/+3
| | | | | | | $.fn.labels and $.fn.form mimic the native labels and form properties $.ui.escapeSelector is for escaping attributes and urls for use as selectors Closes gh-1546
* All: Include native dialogs in appendTo logic (ui-front walking)Scott González2015-03-261-1/+1
| | | | | Ref #10739 Ref gh-1517
* Selectmenu: Fix style issuesJörn Zaefferer2015-03-181-64/+64
| | | | Closes gh-1498
* Selectmenu: Add classes optionAlexander Schmitz2015-03-111-39/+48
| | | | | Ref #7053 Ref gh-1411
* Selectmenu: Support `width: false` and default to 14emScott González2015-03-051-4/+13
| | | | | | | | | | `width: null` still matches the width of the original element. `width: false` prevents an inline style from being set for the width. This makes it easy to set the width via a stylesheet and allows the use of any unit for setting the width, such as the new default of `14em`. Fixes #11198 Closes gh-1467
* All: Add css-dependency-comments based on jQuery MobileRafael Xavier de Souza2015-02-261-0/+3
| | | | | | Ref gh-1029 Ref jquery/download.jqueryui.com#178 Closes gh-1440
* Menu: Use ui-state-active consistentlyJörn Zaefferer2015-01-211-1/+1
| | | | | | | | So far we were using ui-state-active on active parent items, ui-state-focus on active child items. The theme update highlighted the visual inconsistency. With this change, only ui-state-active is used. Fixes #10692
* Selectmenu: Better handling when there are no optionsScott González2015-01-121-8/+20
| | | | | | Fixes #10662 Closes gh-1370 Closes gh-1423
* 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