aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.menu.js
Commit message (Collapse)AuthorAgeFilesLines
* All: Remove "Depends" commentRafael Xavier de Souza2014-01-241-5/+0
| | | | | Ref #9464 Ref gh-1029
* All: Wrap source files with UMD return exportsRafael Xavier de Souza2014-01-241-3/+18
| | | | | Ref #9464 Ref gh-1029
* Menu: Fix var declaration and move regex comment to the right place.Jörn Zaefferer2014-01-081-4/+5
| | | | Follow-up to a6806ab1
* Menu: Add _isDivider methodFelix Nagel2013-12-181-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 Zaefferer2013-12-031-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 Zaefferer2013-12-031-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 Zaefferer2013-12-031-2/+2
| | | | Fixes #9650 - Menu: Disabled item visible through submenu on top
* Menu: Simplify styling. Remove rounded corners, reduce spacing.Scott González2013-11-131-6/+5
|
* Menu: More precise removal of ui-state-active class for easier CSS ↵Kris Borchers2013-10-181-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 Borchers2013-10-051-11/+14
| | | | parent-child structures
* Menu: Remove the requirement to use anchors in menu itemsKris Borchers2013-10-051-37/+33
|
* Menu: Only focus menu after click if focus is on an element within menu. ↵Kris Borchers2013-09-171-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 Borchers2013-08-111-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 VanToll2013-08-031-2/+6
| | | | | | #9469: on( "menuselect" ) not firing every time.
* Menu: Ensure an event was passed before checking its type. Fixes #9384 - ↵TJ VanToll2013-06-201-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 VanToll2013-06-161-0/+2
| | | | should recheck for menu icons
* All: Remove inline JSHint settings.Scott González2013-04-221-1/+0
|
* Widget: Stop setting ui-state-disabled and aria by default on setting ↵Scott González2013-03-141-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ález2013-03-141-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 Sherov2013-03-111-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ález2013-01-311-1/+1
| | | | characters.
* Update copyright year to 2013.Scott González2013-01-101-1/+1
|
* Add comment explaining the mouseHandled flagKris Borchers2012-12-291-0/+2
|
* Create mouseHandled flag per instance instead of globally. Fixes #8866 - ↵Kris Borchers2012-12-271-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 Zaefferer2012-12-271-0/+9
| | | | change icons option after init
* All: Use .addBack() instead of .andSelf().Scott González2012-12-141-1/+1
|
* Allow higher cyclomatic complexity in functions that sanely use switch ↵Scott González2012-12-061-0/+1
| | | | statements.
* Revert "Menu: Remove display property on hidden submenus instead of setting ↵Scott González2012-12-041-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 Zaefferer2012-12-041-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 Zaefferer2012-11-051-23/+24
| | | | refresh() doesn't refresh existing submenus.
* Updated docs URLS.Scott González2012-09-261-1/+1
|
* Menu: Don't move focus from the active item on click. Fixes #8552 - selected ↵Scott González2012-09-051-14/+21
| | | | value overwritten/not correctly set.
* Menu: If the active element no longer exists after a refresh, blur the menu.Scott González2012-08-271-0/+5
|
* Simplify licensing.Scott González2012-08-091-1/+1
|
* Menu: Open submenu on click of parent item and only close menu when clicking ↵kborchers2012-07-311-3/+8
| | | | item without submenu.
* Menu: Remove unnecessary click delay and change focus delay for AT to the ↵kborchers2012-07-131-7/+5
| | | | default delay
* Menu: Fix issue with missing active item when clicking a menu item more than ↵kborchers2012-07-121-1/+2
| | | | once
* Menu: Add a flag and remove previous attempt to prevent select events from ↵kborchers2012-07-121-22/+14
| | | | being fired by click events bubbling up through nested menus
* Menu: Rename icon option to icons.submenuJörn Zaefferer2012-07-121-2/+4
|
* Menu: Alphabetize options.Scott González2012-07-101-1/+1
|
* Menu: Remove ability to pass a function as the position option.Scott González2012-07-101-4/+1
|
* Menu: Cleanup from 019dcc26e307614681a6dfd0fcd9665548cb6ab6.Scott González2012-07-101-5/+1
|
* Menu: Expose the submenu indicator icon as an icon optionkborchers2012-07-101-1/+3
|
* Menu: Remove unnecessary returns from expand and collapsekborchers2012-07-101-2/+0
|
* Menu: Move regular expression creation outside of the loopskborchers2012-07-101-5/+5
|
* Menu: Remove incorrect scroll check behavior from focus event handlerkborchers2012-07-101-17/+5
|
* Menu: Remove extraneous spaces from selector.Scott González2012-07-091-1/+1
|
* Menu: Added missing position dependency to header comment.Scott González2012-07-051-0/+1
|
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
|
* Menu: Cleanup.Scott González2012-06-181-46/+58
|