Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All: Remove "Depends" comment | Rafael Xavier de Souza | 2014-01-24 | 1 | -5/+0 |
| | | | | | Ref #9464 Ref gh-1029 | ||||
* | All: Wrap source files with UMD return exports | Rafael Xavier de Souza | 2014-01-24 | 1 | -3/+18 |
| | | | | | Ref #9464 Ref gh-1029 | ||||
* | Menu: Fix var declaration and move regex comment to the right place. | Jörn Zaefferer | 2014-01-08 | 1 | -4/+5 |
| | | | | Follow-up to a6806ab1 | ||||
* | Menu: Add _isDivider method | Felix Nagel | 2013-12-18 | 1 | -4/+8 |
| | | | | | | Ability to prevent generation of dividers from items Fixes #9701 | ||||
* | Menu: Remove preventDefault for disabled menu items, since there is no ↵ | Jörn Zaefferer | 2013-12-03 | 1 | -3/+0 |
| | | | | default on list items. Follow-up to fe7c3003741cd5221e076235263df2b3d2fa9202 and the anchor removal in general | ||||
* | Menu: Remove click binding that was supposed to prevent default on anchor ↵ | Jörn Zaefferer | 2013-12-03 | 1 | -9/+3 |
| | | | | clicks on a disabled menu. Not relevant anymore since we removed the anchors. Partial fix for #8802 - Dev: Track down uses of .bind() inside widgets | ||||
* | Menu: Add ui-front on submenus to address opacity messing up stacking order. ↵ | Jörn Zaefferer | 2013-12-03 | 1 | -2/+2 |
| | | | | Fixes #9650 - Menu: Disabled item visible through submenu on top | ||||
* | Menu: Simplify styling. Remove rounded corners, reduce spacing. | Scott González | 2013-11-13 | 1 | -6/+5 |
| | |||||
* | Menu: More precise removal of ui-state-active class for easier CSS ↵ | Kris Borchers | 2013-10-18 | 1 | -2/+2 |
| | | | | overrides. Fixes #9532 - Need a way in Menu to keep ui-state-active class on selected item | ||||
* | Menu: Add items option for better definition of menu items in non ↵ | Kris Borchers | 2013-10-05 | 1 | -11/+14 |
| | | | | parent-child structures | ||||
* | Menu: Remove the requirement to use anchors in menu items | Kris Borchers | 2013-10-05 | 1 | -37/+33 |
| | |||||
* | Menu: Only focus menu after click if focus is on an element within menu. ↵ | Kris Borchers | 2013-09-17 | 1 | -1/+2 |
| | | | | Fixes #9044 - Menu: Autofocus issue with dialog opened from menu widget | ||||
* | Menu: Make check for click outside of menu a function which can be ↵ | Kris Borchers | 2013-08-11 | 1 | -1/+5 |
| | | | | overridden. Fixes #8929 - Menu needs adjustement for use in Selectmenu | ||||
* | Menu: Only set the mouseHandled flag if the event is going to bubble. Fixes ↵ | TJ VanToll | 2013-08-03 | 1 | -2/+6 |
| | | | | | | #9469: on( "menuselect" ) not firing every time. | ||||
* | Menu: Ensure an event was passed before checking its type. Fixes #9384 - ↵ | TJ VanToll | 2013-06-20 | 1 | -1/+1 |
| | | | | Menu: _focus function forgets null check with doing a pattern match on event.type | ||||
* | Menu: Reset ui-menu-icons class in refresh. Fixes #9377: Menu: Refreshing ↵ | TJ VanToll | 2013-06-16 | 1 | -0/+2 |
| | | | | should recheck for menu icons | ||||
* | 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 |
| |