Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Selectmenu: Remove broken tabindex code | Scott González | 2014-10-22 | 1 | -3/+2 |
| | |||||
* | Selectmenu: Preserve text selection and button focus on click | Scott González | 2014-10-16 | 1 | -3/+47 |
| | | | | | Fixes #10639 Closes gh-1358 | ||||
* | Selectmenu: Preserve text selection when interacting with the widget | Scott González | 2014-07-29 | 1 | -0/+7 |
| | | | | | Fixes #10144 Closes gh-1295 | ||||
* | Selectmenu: Properly set width for button | Scott González | 2014-07-29 | 1 | -6/+16 |
| | | | | | Fixes #10145 Closes gh-1296 | ||||
* | Selectmenu: Default disabled option to null | Scott González | 2014-04-21 | 1 | -0/+1 |
| | |||||
* | Selectmenu: Simplify selection of focused item via keyboard | Scott González | 2014-04-18 | 1 | -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 all | Scott González | 2014-04-18 | 1 | -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: Cleanup | Scott González | 2014-04-18 | 1 | -49/+62 |
| | | | | Ref gh-1224 | ||||
* | Selectmenu: Add UMD wrapper | TJ VanToll | 2014-02-21 | 1 | -8/+18 |
| | |||||
* | Selectmenu: Fall back to .ui-front searching for empty jQuery objects | Jörn Zaefferer | 2014-02-21 | 1 | -1/+1 |
| | | | | Fixes #9757 | ||||
* | All: Updating copyright year to 2014 | TJ VanToll | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -0/+536 |
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 |