Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All: Remove inline JSHint settings. | Scott González | 2013-04-22 | 1 | -1/+0 |
| | |||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Scott González | 2013-03-14 | 1 | -0/+5 |
| | | | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable: disabled should not have ui-state-disabled This reverts commit 23771d38ba9d2663f6db0243c8e992dc7ff6844a. | ||||
* | Revert "Widget: Stop setting ui-state-disabled and aria by default on ↵ | Scott González | 2013-03-14 | 1 | -5/+0 |
| | | | | | | setting disabled option." This needs to wait for a major release. This reverts commit 4d67f4f34908a50ef88f95df4103ee001b777e45. | ||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Mike Sherov | 2013-03-11 | 1 | -0/+5 |
| | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable : disabled should not have ui-state-disabled | ||||
* | Menu: Escape em and en dashes in regex. Fixes #9016 - Menu: Non-ASCII ↵ | Scott González | 2013-01-31 | 1 | -1/+1 |
| | | | | characters. | ||||
* | Update copyright year to 2013. | Scott González | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | Add comment explaining the mouseHandled flag | Kris Borchers | 2012-12-29 | 1 | -0/+2 |
| | |||||
* | Create mouseHandled flag per instance instead of globally. Fixes #8866 - ↵ | Kris Borchers | 2012-12-27 | 1 | -5/+4 |
| | | | | Menu: select event not firing due to mouseHandled flag reset bug | ||||
* | Menu: Allow changing icons option after creation. Fixes #8927 - Menu: Can't ↵ | Jörn Zaefferer | 2012-12-27 | 1 | -0/+9 |
| | | | | change icons option after init | ||||
* | All: Use .addBack() instead of .andSelf(). | Scott González | 2012-12-14 | 1 | -1/+1 |
| | |||||
* | Allow higher cyclomatic complexity in functions that sanely use switch ↵ | Scott González | 2012-12-06 | 1 | -0/+1 |
| | | | | statements. | ||||
* | Revert "Menu: Remove display property on hidden submenus instead of setting ↵ | Scott González | 2012-12-04 | 1 | -3/+1 |
| | | | | | | display:block. Surfaced by domEqual now checking for style property (see d687a1b)." This reverts commit 53b940fa27fc50b4663eef77249a9afce4129240. | ||||
* | Menu: Remove display property on hidden submenus instead of setting ↵ | Jörn Zaefferer | 2012-12-04 | 1 | -1/+3 |
| | | | | display:block. Surfaced by domEqual now checking for style property (see d687a1b). | ||||
* | Menu: Look into submenus for uninitialized menu items. Fixes #8773 - Menu: ↵ | Jörn Zaefferer | 2012-11-05 | 1 | -23/+24 |
| | | | | refresh() doesn't refresh existing submenus. | ||||
* | Updated docs URLS. | Scott González | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | Menu: Don't move focus from the active item on click. Fixes #8552 - selected ↵ | Scott González | 2012-09-05 | 1 | -14/+21 |
| | | | | value overwritten/not correctly set. | ||||
* | Menu: If the active element no longer exists after a refresh, blur the menu. | Scott González | 2012-08-27 | 1 | -0/+5 |
| | |||||
* | Simplify licensing. | Scott González | 2012-08-09 | 1 | -1/+1 |
| | |||||
* | Menu: Open submenu on click of parent item and only close menu when clicking ↵ | kborchers | 2012-07-31 | 1 | -3/+8 |
| | | | | item without submenu. | ||||
* | Menu: Remove unnecessary click delay and change focus delay for AT to the ↵ | kborchers | 2012-07-13 | 1 | -7/+5 |
| | | | | default delay | ||||
* | Menu: Fix issue with missing active item when clicking a menu item more than ↵ | kborchers | 2012-07-12 | 1 | -1/+2 |
| | | | | once | ||||
* | Menu: Add a flag and remove previous attempt to prevent select events from ↵ | kborchers | 2012-07-12 | 1 | -22/+14 |
| | | | | being fired by click events bubbling up through nested menus | ||||
* | Menu: Rename icon option to icons.submenu | Jörn Zaefferer | 2012-07-12 | 1 | -2/+4 |
| | |||||
* | Menu: Alphabetize options. | Scott González | 2012-07-10 | 1 | -1/+1 |
| | |||||
* | Menu: Remove ability to pass a function as the position option. | Scott González | 2012-07-10 | 1 | -4/+1 |
| | |||||
* | Menu: Cleanup from 019dcc26e307614681a6dfd0fcd9665548cb6ab6. | Scott González | 2012-07-10 | 1 | -5/+1 |
| | |||||
* | Menu: Expose the submenu indicator icon as an icon option | kborchers | 2012-07-10 | 1 | -1/+3 |
| | |||||
* | Menu: Remove unnecessary returns from expand and collapse | kborchers | 2012-07-10 | 1 | -2/+0 |
| | |||||
* | Menu: Move regular expression creation outside of the loops | kborchers | 2012-07-10 | 1 | -5/+5 |
| | |||||
* | Menu: Remove incorrect scroll check behavior from focus event handler | kborchers | 2012-07-10 | 1 | -17/+5 |
| | |||||
* | Menu: Remove extraneous spaces from selector. | Scott González | 2012-07-09 | 1 | -1/+1 |
| | |||||
* | Menu: Added missing position dependency to header comment. | Scott González | 2012-07-05 | 1 | -0/+1 |
| | |||||
* | Update copyright to jQuery Foundation. | Scott González | 2012-07-04 | 1 | -1/+2 |
| | |||||
* | Menu: Cleanup. | Scott González | 2012-06-18 | 1 | -46/+58 |
| | |||||
* | Widget: Added _off() for removing event handlers. Fixes #7795 - Widget: _on ↵ | Scott González | 2012-06-14 | 1 | -2/+2 |
| | | | | and _off. | ||||
* | Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off. | Scott González | 2012-06-13 | 1 | -4/+3 |
| | |||||
* | Menu: Properly remove submenu carat icons and menu dividers during destroy ↵ | kborchers | 2012-06-01 | 1 | -4/+14 |
| | | | | and add a test for this functionality | ||||
* | Menu: Add comment explaining extra filter from keypress | kborchers | 2012-05-31 | 1 | -1/+2 |
| | |||||
* | Menu: Typo in comment | kborchers | 2012-05-31 | 1 | -1/+1 |
| | |||||
* | Menu: Don't remove the icon elements on destroy since they exist in the ↵ | kborchers | 2012-05-31 | 1 | -4/+1 |
| | | | | original markup | ||||
* | Menu: Use new uniqueId and removeUniqueId methods for generating id's on ↵ | kborchers | 2012-05-29 | 1 | -10/+8 |
| | | | | menus and menu items and for removing those id's during destroy. Also, properly remove the aria-disabled attribute during destroy. | ||||
* | Menu: Added a comment about which characters are checked for dividers. | Scott González | 2012-05-25 | 1 | -0/+1 |
| | |||||
* | Menu: Better handling of divider elements and menu items without anchors. | kborchers | 2012-05-24 | 1 | -2/+7 |
| | |||||
* | Menu: Minor cleanup. | Scott González | 2012-05-24 | 1 | -43/+52 |
| | |||||
* | Menu: Handle SPACE same as ENTER, select items or opening submenus | Jörn Zaefferer | 2012-05-22 | 1 | -7/+15 |
| | |||||
* | Menu: Refactor focus method, extract _scrollIntroView method | Jörn Zaefferer | 2012-05-21 | 1 | -15/+20 |
| | |||||
* | Menu: Coding standards | Jörn Zaefferer | 2012-05-21 | 1 | -2/+2 |
| | |||||
* | Menu: Remove need to pass an event for next(), previous(), focus(). | Scott González | 2012-05-18 | 1 | -1/+1 |
| | |||||
* | Autocomplete: ARIA live region as extension, adding a messages option. Fixes ↵ | Jörn Zaefferer | 2012-05-16 | 1 | -8/+18 |
| | | | | #7840 - Autocomplete: popup results not read by screen-readers | ||||
* | Menu: Whitespace | kborchers | 2012-05-08 | 1 | -4/+4 |
| |