aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/menu
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-222-37/+88
* Menu: Handle SPACE same as ENTER, select items or opening submenusJörn Zaefferer2012-05-221-2/+14
* Menu: Extend test for destroy methodJörn Zaefferer2012-05-211-0/+6
* Menu: Tests for role optionJörn Zaefferer2012-05-182-13/+26
* Autocomplete: ARIA live region as extension, adding a messages option. Fixes ...Jörn Zaefferer2012-05-161-0/+1
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-231-7/+5
* Tests: Rename {widget}_defaults.js -> {widget}_common.jsScott González2012-04-232-1/+1
* Update to official qunit composite addonJörn Zaefferer2012-04-211-2/+2
* Menu tests: Update tests to test mouseenter instead of mouseoverkborchers2012-04-191-6/+8
* Tests: Move commonWidgetTests() to TestHelpers.Scott González2012-04-191-1/+1
* Menu tests: Don't pollute the global namespace with helpers.kborchers2012-04-194-114/+125
* Merge branch 'menuaria' into masterkborchers2012-04-192-0/+68
|\
| * Menu: Add unit tests for testing disabled itemskborchers2012-04-182-0/+68
* | Tests: LintScott González2012-04-192-10/+12
|/
* 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 as...kborchers2012-01-224-20/+78
* 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 around...kborchers2011-12-152-3/+6
* 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