aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/menu
Commit message (Expand)AuthorAgeFilesLines
* Tests: Fix composite testsScott González2014-08-011-1/+1
* Build: Reorganize external directoryScott González2014-06-242-4/+4
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-051-1/+1
* Tests: Update to sane QUnit markupJörn Zaefferer2014-02-201-5/+1
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-4/+4
* Menu: Remove click binding that was supposed to prevent default on anchor cli...Jörn Zaefferer2013-12-031-21/+0
* Menu tests: Fix line height issue in IE7Scott González2013-12-031-0/+4
* Menu tests: Force line height to ensure we know how many items will be scrolled.Scott González2013-11-202-6/+10
* Menu: Update unit test that regressed from style changes (see 9910e938aad1090...Jörn Zaefferer2013-11-153-13/+10
* Menu: More precise removal of ui-state-active class for easier CSS overrides....Kris Borchers2013-10-181-0/+13
* Menu: Add items option for better definition of menu items in non parent-chil...Kris Borchers2013-10-053-0/+75
* Menu: Remove the requirement to use anchors in menu itemsKris Borchers2013-10-055-191/+179
* Menu: Only focus menu after click if focus is on an element within menu. Fixe...Kris Borchers2013-09-171-0/+18
* Menu tests: jshint cleanup of unused argumentTJ VanToll2013-08-031-1/+1
* Menu: Only set the mouseHandled flag if the event is going to bubble. Fixes #...TJ VanToll2013-08-031-0/+15
* Menu tests: Whitespace and general cleanupKris Borchers2013-07-153-21/+21
* Menu tests: Check default is prevented on any click on disabled menusKris Borchers2013-07-141-0/+21
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-051-1/+1
* Menu tests: Fix lint errorJörn Zaefferer2013-06-201-1/+1
* Menu: Reset ui-menu-icons class in refresh. Fixes #9377: Menu: Refreshing sho...TJ VanToll2013-06-161-0/+13
* Updating 'jQuery' to 1.9.1.Bruno M. Custódio2013-02-051-1/+1
* Updating to jQuery 1.9.0Kris Borchers2013-01-171-1/+1
* Menu: Allow changing icons option after creation. Fixes #8927 - Menu: Can't c...Jörn Zaefferer2012-12-271-1/+4
* All: Use .addBack() instead of .andSelf().Scott González2012-12-141-1/+1
* Menu tests: Better handling of async focus in IE.Scott González2012-12-111-91/+108
* Upgrade jQuery to 1.8.3.Scott González2012-11-141-1/+1
* Menu: Look into submenus for uninitialized menu items. Fixes #8773 - Menu: re...Jörn Zaefferer2012-11-051-0/+9
* Build: Enable "unused" option in jshint - Remove unused variables from codeba...Mike Sherov2012-10-233-18/+18
* Upgrade jQuery to 1.8.2.Scott González2012-09-201-1/+1
* Menu: Don't move focus from the active item on click. Fixes #8552 - selected ...Scott González2012-09-051-7/+11
* Menu tests: Added test for widget() method.Scott González2012-08-261-0/+8
* Menu tests: re-order tests.Scott González2012-08-261-16/+16
* Upgrade jQuery to 1.8.0.Scott González2012-08-131-1/+1
* Menu tests: Removed test for key handling when the element doens't have focus...Scott González2012-07-171-18/+0
* Menu: Rename icon option to icons.submenuJörn Zaefferer2012-07-123-7/+19
* Menu tests: Added TODOs for missing method tests.Scott González2012-07-101-0/+24
* Menu tests: Proper detection for absence of ui-state-disabled class.Scott González2012-07-101-2/+2
* Menu tests: More complete role option tests.Scott González2012-07-101-3/+30
* Menu: Alphabetize options.Scott González2012-07-101-1/+1
* Menu: Expose the submenu indicator icon as an icon optionkborchers2012-07-101-0/+1
* Menu tests: Split out markup structure and accessibility assertions.Scott González2012-06-281-12/+18
* Menu tests: Cleanup.Scott González2012-06-274-71/+71
* Menu tests: Saner output for log helper.Scott González2012-06-185-75/+73
* Menu tests: Cleanup.Scott González2012-06-185-321/+334
* Menu: Properly remove submenu carat icons and menu dividers during destroy an...kborchers2012-06-011-0/+3
* Menu tests: Anchor the regex for aria-activedescendant check.Scott González2012-05-301-1/+1
* Menu tests: Fix test id's so that they are unique to pass lintingkborchers2012-05-291-3/+3
* Menu tests: Add id's to some anchors to ensure destroy is only removing id's ...kborchers2012-05-291-3/+3
* Menu tests: Modify test to check for id's generated by the new uniqueId methodkborchers2012-05-291-1/+1
* Menu: Better handling of divider elements and menu items without anchors.kborchers2012-05-243-9/+27