Scott González
|
9b6c1c5cdb
|
Menu tests: Cleanup.
|
2012-06-27 09:49:56 -04:00 |
|
Scott González
|
156f07b48a
|
Menu tests: Saner output for log helper.
|
2012-06-18 13:38:16 -04:00 |
|
Scott González
|
f92f8bb56b
|
Menu tests: Cleanup.
|
2012-06-18 13:26:46 -04:00 |
|
kborchers
|
2da2ae5070
|
Menu: Properly remove submenu carat icons and menu dividers during destroy and add a test for this functionality
|
2012-06-01 00:03:16 -05:00 |
|
Scott González
|
f5954fcd74
|
Menu tests: Anchor the regex for aria-activedescendant check.
|
2012-05-30 08:08:12 -04:00 |
|
kborchers
|
5c96d817be
|
Menu tests: Fix test id's so that they are unique to pass linting
|
2012-05-29 21:21:35 -05:00 |
|
kborchers
|
112daf1333
|
Menu tests: Add id's to some anchors to ensure destroy is only removing id's that have been generated
|
2012-05-29 21:13:45 -05:00 |
|
kborchers
|
1f60380413
|
Menu tests: Modify test to check for id's generated by the new uniqueId method
|
2012-05-29 21:13:45 -05:00 |
|
kborchers
|
fe7ca1f1c3
|
Menu: Better handling of divider elements and menu items without anchors.
|
2012-05-24 23:45:12 -05:00 |
|
kborchers
|
474912313a
|
Menu Tests: Increase timeout on page up/down test
|
2012-05-23 07:24:49 -05:00 |
|
kborchers
|
c275ebe09b
|
Menu Tests: Remove unused unit tests and add new unit tests to improve coverage.
|
2012-05-22 23:52:59 -05:00 |
|
Jörn Zaefferer
|
9dcd0e0eb8
|
Menu: Handle SPACE same as ENTER, select items or opening submenus
|
2012-05-22 16:01:40 +02:00 |
|
Jörn Zaefferer
|
9de4da9d10
|
Menu: Extend test for destroy method
|
2012-05-21 16:27:04 +02:00 |
|
Jörn Zaefferer
|
627d27fea2
|
Menu: Tests for role option
|
2012-05-18 16:04:54 +02:00 |
|
Jörn Zaefferer
|
f4b2d7a411
|
Autocomplete: ARIA live region as extension, adding a messages option. Fixes #7840 - Autocomplete: popup results not read by screen-readers
|
2012-05-16 11:55:12 +02:00 |
|
Scott González
|
b042f8ebd6
|
Tests: Moved loadResources to TestHelpers.
|
2012-04-23 10:43:01 -04:00 |
|
Scott González
|
7a5a77da50
|
Tests: Rename {widget}_defaults.js -> {widget}_common.js
|
2012-04-23 10:15:17 -04:00 |
|
Jörn Zaefferer
|
ce3c7fab93
|
Update to official qunit composite addon
|
2012-04-21 17:49:11 +02:00 |
|
kborchers
|
33df9b788d
|
Menu tests: Update tests to test mouseenter instead of mouseover
|
2012-04-19 23:50:52 -05:00 |
|
Scott González
|
e9d5079b04
|
Tests: Move commonWidgetTests() to TestHelpers.
|
2012-04-19 13:03:21 -04:00 |
|
kborchers
|
c16bd7c510
|
Menu tests: Don't pollute the global namespace with helpers.
|
2012-04-19 11:19:52 -05:00 |
|
kborchers
|
58a120bb4b
|
Merge branch 'menuaria' into master
|
2012-04-19 09:24:08 -05:00 |
|
Scott González
|
aa187f57d1
|
Tests: Lint
|
2012-04-19 09:39:21 -04:00 |
|
kborchers
|
890a45a22c
|
Menu: Add unit tests for testing disabled items
|
2012-04-18 21:29:39 -05:00 |
|
Scott González
|
89ff5c5232
|
Upgrade jQuery to 1.7.2.
|
2012-03-22 09:45:22 -04:00 |
|
Jörn Zaefferer
|
72023dd045
|
Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.
|
2012-02-29 18:36:40 +01:00 |
|
kborchers
|
4da7ec37ac
|
Menu: Add default null callbacks and update unit tests
|
2012-02-26 22:52:38 -06:00 |
|
kborchers
|
e2ca906141
|
Menu: Clean up tests to remove nested setTimeout calls
|
2012-02-17 16:06:14 -06:00 |
|
Scott González
|
2fd2ab23c9
|
Menu tests: Handle async focus events in IE.
|
2012-02-09 16:19:50 -05:00 |
|
kborchers
|
3ef4db2670
|
Menu: Focus the menu before performing keyboard unit tests.
|
2012-02-06 15:01:40 -06:00 |
|
kborchers
|
4f15e66f53
|
Menu: Added unit tests for the enable, disable and refresh methods as well as the disabled option. Cleaned up some variable names in unit tests.
|
2012-01-22 11:26:41 -06:00 |
|
Scott González
|
13eca299a9
|
Menu tests: Removed trigger option.
|
2012-01-18 16:51:43 -05:00 |
|
kborchers
|
c88add2269
|
Menu: Fix close delay and increase the default delay
|
2011-12-20 11:49:48 -06:00 |
|
kborchers
|
a8d0e4c804
|
Menu: Fix focus handling to keep focus on the menu and prevent jumping around within the menu on mousedown
|
2011-12-15 12:43:28 -06:00 |
|
Scott González
|
54fb1441fe
|
Upgrade jQuery to 1.7.1.
|
2011-11-22 08:43:09 -05:00 |
|
Scott González
|
50dab05784
|
Upgrade jQuery to 1.7.
|
2011-11-09 10:18:33 -05:00 |
|
Scott González
|
dcac8c1f29
|
Tests: Added ability to run tests against minified files via ?min=1
|
2011-10-28 15:58:33 -04:00 |
|
kborchers
|
1d69181746
|
Menu: Added the new trigger option to the defaults unit test
|
2011-10-19 10:18:33 -05:00 |
|
Scott González
|
efe964d86e
|
Upgraded jQuery to 1.6.4.
|
2011-10-18 09:38:27 -04:00 |
|
Corey Frang
|
34a0479d1c
|
Menu: Refactoring the collapseAll to deal with some issues selecting - Updating unit tests. Thanks @kborchers
|
2011-09-22 15:30:46 -05:00 |
|
kborchers
|
9e617bbad1
|
Menu: Add support for structures other than UL/LI plus visual and unit tests
|
2011-09-14 10:29:36 -05:00 |
|
Jörn Zaefferer
|
ae0c4e44ff
|
Merge remote branch 'kborchers/menu_autoCollapse'
|
2011-09-12 23:54:19 +02:00 |
|
kborchers
|
94317d7aa4
|
Menu: Added autoCollapse as the default and added a unit test
|
2011-09-12 08:43:49 -05:00 |
|
Scott González
|
6fb68568be
|
Tests: Cleanup.
|
2011-08-03 21:43:52 -04:00 |
|
Scott González
|
cff6b56fd4
|
Menu tests: Cleanup.
|
2011-08-03 21:15:38 -04:00 |
|
Scott González
|
4adb9026ea
|
Tests: Cleanup.
|
2011-08-03 17:12:44 -04:00 |
|
Scott González
|
bea74f2ae7
|
Tests: Added test suites to run individual widget tests against all supported jQuery versions.
|
2011-08-02 20:41:50 -04:00 |
|
Scott González
|
d92b61e865
|
Tests: Added ability to run tests suites against different versions of jQuery core.
|
2011-07-28 07:34:31 -04:00 |
|
Scott González
|
3c65bc3923
|
Menu tests: Removed console.log() call.
|
2011-07-26 14:38:18 -04:00 |
|
Jörn Zaefferer
|
f89091105f
|
Merge remote branch 'kborchers/menu_home_end'
|
2011-07-25 23:57:51 +02:00 |
|