Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Menu: Remove close delay for keyboard interaction to fix an issue with ↵ | kborchers | 2012-05-08 | 1 | -3/+7 |
| | | | | properly adding and removing ui-state-active class during quick navigation through submenus | ||||
* | Menu: Bind to mouseenter instead of mouseover to avoid use of ↵ | kborchers | 2012-04-19 | 1 | -2/+1 |
| | | | | stopImmediatePropagation | ||||
* | Menu: Lint. | Scott González | 2012-04-19 | 1 | -2/+2 |
| | |||||
* | Menu: Whitespace | kborchers | 2012-04-18 | 1 | -4/+5 |
| | |||||
* | Menu: Modified interactions to allow keyboard navigation to disabled items ↵ | kborchers | 2012-04-16 | 1 | -17/+13 |
| | | | | so that they are announced by screen readers but prevent selection of and navigation to sub-menus of disabled items | ||||
* | Menu: Fixed typo in comment | kborchers | 2012-04-16 | 1 | -1/+1 |
| | |||||
* | Menu: Add aria-disabled attribute to disabled items, namespace and cleanup ↵ | kborchers | 2012-04-16 | 1 | -4/+12 |
| | | | | the currentEventTarget click event | ||||
* | Menu: Check that the event object is defined before checking type | kborchers | 2012-04-14 | 1 | -1/+1 |
| | |||||
* | Menu: Remove most event.stopImmediatePropagation() to allow proper event ↵ | kborchers | 2012-04-14 | 1 | -34/+27 |
| | | | | bubbling | ||||
* | Menu: Cleanup. | Scott González | 2012-04-10 | 1 | -165/+178 |
| | |||||
* | Menu: Add dividers using empty list items | kborchers | 2012-04-07 | 1 | -3/+8 |
| | |||||
* | Build: Filter filters for linting to exclude some to-be-rewritten ones. Fix ↵ | Jörn Zaefferer | 2012-04-04 | 1 | -1/+1 |
| | | | | lint in those remaining | ||||
* | Lint fixes. | Scott González | 2012-04-02 | 1 | -19/+23 |
| | |||||
* | A few lint fixes. | Scott González | 2012-04-02 | 1 | -3/+3 |
| | |||||
* | Protect all copyright notices against minification | Jo Liss | 2012-04-02 | 1 | -1/+1 |
| | | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention. | ||||
* | Menu: Better disabled item handling using preventDefault() for the click ↵ | kborchers | 2012-03-18 | 1 | -0/+3 |
| | | | | event on anchors inside of disabled menu items and change the pointer to default | ||||
* | Updated copyright year. | Scott González | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Menu: Add default null callbacks and update unit tests | kborchers | 2012-02-26 | 1 | -1/+6 |
| | |||||
* | Use jQuery.css() instead of deprecated jQuery.curCSS(). | Scott González | 2012-02-12 | 1 | -2/+2 |
| |