Scott González
afeaf565bb
Core tests: Explicitly focus the body during delayed .focus() test to avoid an issue in IE 8.
2013-07-09 14:13:24 -04:00
Bruno M. Custódio
0d5eaab9bb
Updating jQuery to 1.10.2.
...
Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the
tests directory.
2013-07-05 08:42:37 -04:00
Scott González
932caaf2dd
Core: Deprecated .zIndex(). Fixes #9061 - Core: Deprecate .zIndex().
2013-03-15 07:01:24 -04:00
Bruno M. Custódio
b440979ba6
Updating 'jQuery' to 1.9.1.
2013-02-05 13:47:59 +00:00
Kris Borchers
34409e7ddd
Updating to jQuery 1.9.0
2013-01-17 00:28:41 -06:00
Scott González
48a790a327
Core: Resume focus test based on the event, not the callback.
2013-01-08 07:54:11 -05:00
Mike Sherov
0d4022bceb
Tests: Convert single quotes to double quotes.
2012-12-26 08:08:48 -05:00
Scott González
2841541362
Core tests: Handle async focus in IE.
2012-12-10 10:34:44 -05:00
Scott González
fb6119e182
Upgrade jQuery to 1.8.3.
2012-11-14 15:22:01 -05:00
Scott González
86a958d3aa
Core: Update :focsable and :tabbable to handle parents with no height/width, but visible overflow. Fixes #8643 - :focusable pseudo-selector does not find elements if parent has 0x0 dimension.
2012-10-23 15:12:54 -04:00
Scott González
a638acb583
Upgrade jQuery to 1.8.2.
2012-09-20 21:41:47 -04:00
Scott González
1e6b2b2298
Upgrade jQuery to 1.8.0.
2012-08-13 09:19:09 -04:00
Scott González
5ae668fdb6
Tests: Enable QUnit.config.requireExpects.
2012-06-27 11:32:48 -04:00
Scott González
abbf6a79a9
Tests: Update support comments.
2012-06-25 14:51:51 -04:00
Scott González
0e550f16bb
Core tests: Updated support comments.
2012-06-25 14:46:45 -04:00
Jörn Zaefferer
8f6c656c28
Core: Make uniqueId test pass in IE6/7 with jQuery 1.6, where undefined id is returned as empty string
2012-06-19 17:08:38 +02:00
Scott González
8e541f1bf6
Tests: Remove the need to include the 'ui.' prefix in testJshint() now that effects use 'ui.'.
2012-06-15 13:42:00 -04:00
kborchers
40e47c0b08
Core: Add the uniqueId() and removeUniqueId() methods written by @scottgonzalez to provide a generalized way of generating and removing generated element id's. Also, added a unit test. Fixed #8361 - Add uniqueId() and removeUniqueId()
2012-05-29 21:13:17 -05:00
Jörn Zaefferer
96510ea6cc
Core tests: Fix double focus in IE
2012-05-04 17:14:56 +02:00
Jörn Zaefferer
f9e61eb617
Fully revert breaking changes to core unit tests markup (htmllint ignores it now anyway).
...
Also update grunt.js: Simplify default task to finish that faster (also less console spam), remove beta from testswarm browserset, we don't need to test IE10 yet.
2012-04-30 14:58:03 +02:00
Scott González
27072de094
Tests: Run JSHint.
2012-04-29 20:22:52 -04:00
Scott González
24d978f833
Core tests: Coding standards.
2012-04-29 20:22:52 -04:00
Richard D. Worth
24d06bfc4d
Partial revert to fix IE6 regression in 258a637
2012-04-26 14:37:52 -04:00
Richard D. Worth
258a637cc6
Fix various issues in our html files, fifth batch
2012-04-26 09:47:05 -04:00
Jörn Zaefferer
d40993dcf6
Fix various issues in our html files, third batch
2012-04-23 18:55:11 +02:00
Jörn Zaefferer
22edb77559
Fix various issues in our html files, second batch
2012-04-23 18:44:17 +02:00
Scott González
b042f8ebd6
Tests: Moved loadResources to TestHelpers.
2012-04-23 10:43:01 -04:00
Jörn Zaefferer
ce3c7fab93
Update to official qunit composite addon
2012-04-21 17:49:11 +02: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
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
Scott González
efe964d86e
Upgraded jQuery to 1.6.4.
2011-10-18 09:38:27 -04:00
Scott González
1729e3a32e
Core: Added tests for :focusable and :tabbable form elements.
2011-08-12 09:37:48 -04:00
Scott González
6fb68568be
Tests: Cleanup.
2011-08-03 21:43:52 -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
daadc343be
Upgrade jQuery to 1.6.2.
2011-07-25 11:46:45 -04:00
Scott González
da84672db8
.attr() -> .prop()
2011-06-08 17:02:57 -04:00
Richard Worth
593799d6e3
Switched to latest stable jQuery 1.5.1
2011-03-02 20:49:20 -05:00
jzaefferer
c37637ee99
Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests use
2011-02-23 12:46:13 +01:00
jzaefferer
a1ebed70e3
Unit tests: Add QUnit toolbar for hiding passed tests
2011-02-21 20:39:35 +01:00
Scott González
fce1f97f76
Upgraded jQuery to 1.4.4.
2010-11-12 09:19:26 -05:00
Scott González
19f9c3a559
Upgraded jQuery to 1.4.3.
2010-10-21 22:29:28 -04:00
Scott González
e5f3bfce4d
Core tests: Enabled TestSwarm.
2010-09-02 11:54:40 -04:00
Scott González
0ab54d87dc
Core tests: Fixed object element for focusable/tabbable tests. Fixes #4488 - :focusable and :tabbable are broken with jQuery 1.3.2.
2010-09-02 11:51:24 -04:00
Scott González
23d4eb5372
Core tests: Split .focus() test into two tests to avoid bug in IE with stop() and start().
2010-09-02 11:14:00 -04:00
Scott González
d8c6c32b87
Core tests: Reordered some elements to avoid some bug in IE.
2010-09-02 10:38:45 -04:00