aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/menu
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade jQuery to 1.7.2.Scott González2012-03-221-1/+1
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-294-70/+70
|
* Menu: Add default null callbacks and update unit testskborchers2012-02-261-1/+4
|
* 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 ↵kborchers2012-01-224-20/+78
| | | | as the disabled option. Cleaned up some variable names in unit tests.
* Menu tests: Removed trigger option.Scott González2012-01-181-2/+1
|
* 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 ↵kborchers2011-12-152-3/+6
| | | | around within the menu on mousedown
* Upgrade jQuery to 1.7.1.Scott González2011-11-221-1/+1
|
* Upgrade jQuery to 1.7.Scott González2011-11-091-1/+1
|
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-281-5/+11
|
* Menu: Added the new trigger option to the defaults unit testkborchers2011-10-191-0/+1
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-181-1/+1
|
* Menu: Refactoring the collapseAll to deal with some issues selecting - ↵Corey Frang2011-09-222-2/+8
| | | | Updating unit tests. Thanks @kborchers
* Menu: Add support for structures other than UL/LI plus visual and unit testskborchers2011-09-144-2/+98
|
* 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-033-86/+88
| |
* | Tests: Cleanup.Scott González2011-08-031-42/+39
| |
* | Tests: Added test suites to run individual widget tests against all ↵Scott González2011-08-021-0/+30
|/ | | | supported jQuery versions.
* Tests: Added ability to run tests suites against different versions of ↵Scott González2011-07-281-1/+1
| | | | jQuery core.
* Menu tests: Removed console.log() call.Scott González2011-07-261-1/+0
|
* Merge remote branch 'kborchers/menu_home_end'Jörn Zaefferer2011-07-252-2/+462
|\
| * Menu: Added Home moves to first item and End moves to last item in currently ↵kborchers2011-07-252-2/+462
| | | | | | | | active menu or submenu. Also fixed PageUp and PageDown so that they don't wrap back around to other end of menu. Also fixed scrolling to use activeMenu rather than element to all. Also added unit tests for keyboard nav
* | Merge branch 'master' into core-1.6.1Scott González2011-07-251-0/+21
|\| | | | | | | | | | | | | | | | | Conflicts: demos/menubar/default.html tests/unit/autocomplete/autocomplete.html tests/visual/effects/effects.all.html ui/jquery.ui.menu.js ui/jquery.ui.popup.js
| * Menu: Passed the original event that causes a blur through collapseAll to ↵kborchers2011-07-191-0/+21
| | | | | | | | blur, then trigger a blur on the menu. Fixes failing unit test provided by @rwaldron which has been included in this commit
* | Upgrade jQuery to 1.6.2.Scott González2011-07-251-1/+1
|/
* Fix menu unit tests (regression fron Hans' branch)Jörn Zaefferer2011-05-021-4/+7
|
* Widget: define a null default for the create callback.Scott González2011-04-251-11/+10
|
* Unit tests: removed no longer utilized tickets.js files for Menu and TooltipRichard Worth2011-03-082-9/+0
|
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
|
* Menu: Cleanup contextmenu demo and fix aria unit test to ignore emptyjzaefferer2011-02-251-1/+1
| | | | string values
* Adding a domEqual assertion to our testsuite for more sane DOMjzaefferer2011-02-251-7/+3
| | | | | comparisons. Comparing innerHTML is too dependent on random browser quirks like IE only sometimes rendering closing tags.
* Menu: Cleanup unit test pagejzaefferer2011-02-251-2/+1
|
* Menu: Fix testsuite, new optionjzaefferer2011-02-241-1/+5
|
* Menu: Update unit test to use focus instead of activate methodjzaefferer2011-02-241-2/+2
|
* Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests usejzaefferer2011-02-231-1/+1
|
* Unit tests: Add QUnit toolbar for hiding passed testsjzaefferer2011-02-211-0/+1
|
* Merge branch 'master' of github.com:jquery/jquery-uijzaefferer2011-02-111-0/+1
|\
| * Added swarminject.js for menu, spinner, and tooltip test pages. Fixes unit ↵Richard Worth2011-02-111-0/+1
| | | | | | | | tests to run correctly on swarm.jquery.org
* | Menu: Fix unit tests and set the right menu1-activedescendant attributejzaefferer2011-02-112-5/+9
|/
* Fixed bad references to jQuery-1.4.4.jsjzaefferer2010-12-221-1/+1
|
* Menu: Implemented destroy method and disabled option, modified test to pass ↵jzaefferer2010-06-181-6/+6
| | | | html-compare-destroy test and extended default visual test for testing destroy and disabled features
* Menu:the first set of unit test files.dominiquevincent2010-05-067-0/+178
Signed-off-by: dominiquevincent <dominique.vincent@toitl.com>