aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.menu.js
Commit message (Collapse)AuthorAgeFilesLines
* Menu: Close submenu on ESCAPE keypressjzaefferer2011-03-171-0/+6
|
* Menu: Implement delaying of opening and closing submenusjzaefferer2011-03-171-4/+18
|
* Menu: Handle clicking on a menu item without hovering it first. Fixes #7085 ↵Scott González2011-03-151-2/+7
| | | | - Menu click when no mouseover causes error.
* Menu: Cleanupjzaefferer2011-02-281-3/+0
|
* Menu: Move addClass(active) call to _open to make it work for both mousejzaefferer2011-02-281-1/+2
| | | | and keyboard interactions
* Removed active state when menu closesmaggiewachs2011-02-241-1/+3
|
* Added active state toggle to items with submenus to provide "breadcrumb" ↵maggiewachs2011-02-241-4/+7
| | | | feedback
* Menu: Integrated flyoutmenu into menu, and moved flyoutmenu.htmljzaefferer2011-02-241-15/+88
| | | | testmenu into contextmenu.html
* Menu: Update autocomplete to use deactivate and check for focus classjzaefferer2011-02-241-1/+18
|
* Menu: Fix filter matching to work with flyout menujzaefferer2011-02-241-2/+3
|
* Menu: Move item matching code into menujzaefferer2011-02-241-0/+36
|
* Menu: Replace ui-state-hover with ui-state-focus. More semantic, looksjzaefferer2011-02-241-2/+2
| | | | the same.
* Menu: Rename activate to focus and deactivate to blur methodjzaefferer2011-02-241-14/+14
|
* Menu: Overhauled nested menu via flyoutmenu.js backported from Michaeljzaefferer2011-02-221-4/+1
| | | | | Lang's fork. Changed key input handling by setting focus to menu, getting rid of input option.
* Menu: Remove ui-state-hover class from menu items on destroyjzaefferer2011-02-161-1/+1
|
* Menu: Fix unit tests and set the right menu1-activedescendant attributejzaefferer2011-02-111-1/+1
|
* Added version property to plugins that were missing them.Scott González2011-02-031-0/+2
|
* All: Define defaultElement for non-div widgets.Scott González2011-01-231-0/+1
|
* Updated copyright year.Scott González2011-01-171-1/+1
|
* Change destroy to _destroy and remove calls to $.Widget.prototype.destroy in ↵Scott González2011-01-141-3/+1
| | | | widgets with simple destroy methods.
* Menu: Update license header.jzaefferer2010-11-201-1/+1
|
* Menu: Implemented new (experimental) ARIA based on discussions on the ↵jzaefferer2010-11-161-7/+20
| | | | jquery-a11y list.
* Menu: Good enoughjzaefferer2010-10-281-3/+1
|
* Menu: Further refactoring of next/previousPagejzaefferer2010-10-281-16/+8
|
* Menu: Refactored next/previousPage logic and activate-scrolling, improved much!jzaefferer2010-10-281-30/+29
|
* Menu: Refactored menu to use .first()/.last() instead of :first/:last ↵jzaefferer2010-10-281-17/+21
| | | | whereever possible
* Menu: Effing coding standards.jzaefferer2010-10-281-71/+71
|
* Menu: Use event delegation for mouseover/out events, instead of binding to ↵jzaefferer2010-10-281-20/+23
| | | | menu items directly
* Updated copyright headers to make it clear that you can choose between MIT ↵jzaefferer2010-07-091-4/+4
| | | | and GPLv2. Also added a link to http://jquery.org/license.
* Menu: Improve first and last methods to take non-menuitem items into accountjzaefferer2010-06-191-2/+2
|
* Menu: make the move method privatejzaefferer2010-06-191-3/+3
|
* Menu: make the hasScroll method privatejzaefferer2010-06-191-4/+4
|
* Menu: Fixes for destroy method completenessjzaefferer2010-06-181-5/+5
|
* Menu: Implemented destroy method and disabled option, modified test to pass ↵jzaefferer2010-06-181-4/+29
| | | | html-compare-destroy test and extended default visual test for testing destroy and disabled features
* Renamed menu event selected to select to be consistent with naming ↵jzaefferer2010-04-301-1/+1
| | | | conventions, already updated spec on wiki
* First attempt at integrating key handling into menujzaefferer2010-04-301-0/+33
|
* Placeholder for destroy method in menujzaefferer2010-04-301-0/+5
|
* Menu: Extracted menu code from autocomplete, updated all dependenciesjzaefferer2010-04-211-0/+177