aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/menu
Commit message (Expand)AuthorAgeFilesLines
* All: Drop support for IE & some other browsers (but mostly IE)Michał Gołębiowski-Owczarek2024-05-151-18/+6
* Build: Fork vendors to remove QUnit deprecated API usageMichał Gołębiowski-Owczarek2023-05-101-2/+2
* Build: Migrate from JSHint & JSCS to ESLintMichał Gołębiowski-Owczarek2021-06-074-0/+4
* Tests: Ensure no timers are running at the end of each test (#1920)Michał Gołębiowski-Owczarek2020-05-164-8/+15
* All: Resolve most jQuery Migrate warningsMichał Gołębiowski-Owczarek2020-05-161-1/+1
* All: Remove usage of jQuery positional selectorsMichał Gołębiowski-Owczarek2020-01-224-15/+16
* All: Migrate away from deprecated/removed Core APIsMichał Gołębiowski-Owczarek2019-12-081-1/+1
* Menu: Don't focus dividers when wrapping via keyboard navigationScott González2017-05-022-0/+32
* Menu: Close menus immediately on selection or click outsideScott González2017-04-251-1/+3
* All: Replace non-breaking spaces with regular spacesScott González2016-06-081-1/+1
* Menu: Shift to use no globalsAmanpreet Singh2016-04-144-218/+239
* Menu: Don't reset active element until after triggering `blur` eventScott González2016-04-131-6/+10
* Menu: Remove active class from top-level item when menu is blurredJörn Zaefferer2016-03-111-0/+30
* Menu: Style updatesAlexander Schmitz2015-09-115-134/+136
* Menu: Style updatesAlexander Schmitz2015-08-212-3/+3
* Menu: Move menu into widgets folderAlexander Schmitz2015-08-085-5/+5
* Menu: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-202-7/+7
* Tests: Fix AMD loading in IE8Scott González2015-04-171-0/+1
* Tests: Rename filesScott González2015-04-096-4/+4
* Tests: Widget test helpers extend the main helperScott González2015-04-095-20/+23
* Menu: Convert tests to new infrastructureScott González2015-04-097-53/+53
* Menu: Ignore bubbled mouseenter events on parent itemsJörn Zaefferer2015-04-081-0/+42
* Tests: Switch to the new qunit-composite moduleScott González2015-04-071-2/+2
* Tests: Handle jQuery git returning `null` for empty attributesScott González2015-03-251-2/+2
* Menu: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-114-28/+34
* Menu: Add classes optionAlexander Schmitz2015-03-112-8/+31
* Widget: Add classes option and _add/_remove/_toggleClass methodsAlexander Schmitz2015-03-111-0/+1
* Tests: Reduce timeouts to optimize testsuite runtimeJörn Zaefferer2015-03-043-28/+26
* Tests: Fix style issues with missing or multiple line breaksJörn Zaefferer2015-01-241-1/+0
* Menu: Use ui-state-active consistentlyJörn Zaefferer2015-01-211-9/+9
* Theme: Carat should be named caretLisa Seacat DeLuca2014-11-032-2/+2
* Menu: Wrap menu items in a <div>TJ VanToll2014-10-257-213/+244
* All: Drop support for IE7Scott González2014-10-211-4/+0
* Menu: Typeahead now accounts for leading whitespaceTrisha Crowley2014-10-072-2/+4
* Menu: Maintain focus on already selected item during typeaheadTJ VanToll2014-10-031-0/+22
* Menu: Filter out non-items when typingSimen Bekkhus2014-09-292-0/+26
* Build: Pull in jquery.simulate.js from BowerMike Sherov2014-08-221-1/+1
* 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