aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/menu/menu_events.js
Commit message (Expand)AuthorAgeFilesLines
* Menu: Remove click binding that was supposed to prevent default on anchor cli...Jörn Zaefferer2013-12-031-21/+0
* Menu tests: Force line height to ensure we know how many items will be scrolled.Scott González2013-11-201-6/+6
* Menu: Update unit test that regressed from style changes (see 9910e938aad1090...Jörn Zaefferer2013-11-151-6/+6
* Menu: Add items option for better definition of menu items in non parent-chil...Kris Borchers2013-10-051-0/+31
* Menu: Remove the requirement to use anchors in menu itemsKris Borchers2013-10-051-8/+8
* 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-151-18/+18
* Menu tests: Check default is prevented on any click on disabled menusKris Borchers2013-07-141-0/+21
* Menu tests: Better handling of async focus in IE.Scott González2012-12-111-91/+108
* Build: Enable "unused" option in jshint - Remove unused variables from codeba...Mike Sherov2012-10-231-15/+15
* Menu: Don't move focus from the active item on click. Fixes #8552 - selected ...Scott González2012-09-051-7/+11
* Menu tests: Removed test for key handling when the element doens't have focus...Scott González2012-07-171-18/+0
* Menu tests: Cleanup.Scott González2012-06-271-29/+29
* Menu tests: Saner output for log helper.Scott González2012-06-181-68/+68
* Menu tests: Cleanup.Scott González2012-06-181-228/+225
* Menu: Better handling of divider elements and menu items without anchors.kborchers2012-05-241-8/+19
* Menu Tests: Increase timeout on page up/down testkborchers2012-05-231-1/+1
* Menu Tests: Remove unused unit tests and add new unit tests to improve coverage.kborchers2012-05-221-36/+87
* Menu: Handle SPACE same as ENTER, select items or opening submenusJörn Zaefferer2012-05-221-2/+14
* Menu tests: Update tests to test mouseenter instead of mouseoverkborchers2012-04-191-6/+8
* Menu tests: Don't pollute the global namespace with helpers.kborchers2012-04-191-86/+89
* Merge branch 'menuaria' into masterkborchers2012-04-191-0/+52
|\
| * Menu: Add unit tests for testing disabled itemskborchers2012-04-181-0/+52
* | Tests: LintScott González2012-04-191-6/+7
|/
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-58/+58
* Menu: Clean up tests to remove nested setTimeout callskborchers2012-02-171-123/+143
* Menu tests: Handle async focus events in IE.Scott González2012-02-091-99/+101
* Menu: Focus the menu before performing keyboard unit tests.kborchers2012-02-061-8/+15
* Menu: Added unit tests for the enable, disable and refresh methods as well as...kborchers2012-01-221-6/+6
* Menu: Fix close delay and increase the default delaykborchers2011-12-201-17/+23
* Menu: Fix focus handling to keep focus on the menu and prevent jumping around...kborchers2011-12-151-2/+5
* Menu: Refactoring the collapseAll to deal with some issues selecting - Updati...Corey Frang2011-09-221-1/+7
* Menu: Add support for structures other than UL/LI plus visual and unit testskborchers2011-09-141-0/+57
* Merge remote branch 'kborchers/menu_autoCollapse'Jörn Zaefferer2011-09-121-0/+19
|\
| * Menu: Added autoCollapse as the default and added a unit testkborchers2011-09-121-0/+19
* | Tests: Cleanup.Scott González2011-08-031-1/+1
* | Menu tests: Cleanup.Scott González2011-08-031-69/+69
|/
* Menu tests: Removed console.log() call.Scott González2011-07-261-1/+0
* Menu: Added Home moves to first item and End moves to last item in currently ...kborchers2011-07-251-0/+305
* Menu: Passed the original event that causes a blur through collapseAll to blu...kborchers2011-07-191-0/+21
* Menu:the first set of unit test files.dominiquevincent2010-05-061-0/+24