Scott González
08eb844552
Tests: Use jquery-git1 instead of jquery-git
...
Closes gh-1480
2015-03-11 08:39:31 -04:00
Scott González
8fdfea5fe9
Build: Upgrade to jQuery 1.11.2
...
Adds jQuery 1.11.0, 1.11.1, 1.11.2, 2.1.0, 2.1.1, 2.1.2, 2.1.3
2015-02-23 14:01:03 -05:00
Jörn Zaefferer
2aabd427eb
Tests: Fix style issues with missing or multiple line breaks
...
As pointed out by jscs, after a esformatter run. The latter doesn't
address these, so fixing them manually.
2015-01-24 17:10:20 +01:00
Jörn Zaefferer
9d0f44fd7b
All: Drop support for jQuery 1.6.x
...
Affects core, effects, position and widget. Only position has unit tests
that fail with jQuery 1.6 without the workaround.
Drops the 1.6.x copies jQuery of jQuery and removes them from the select
in the testsuites.
Fixes #10723
Closes gh-1422
2015-01-13 15:05:54 +01:00
Jörn Zaefferer
a3b43eeb58
Tests: Fix jQuery version references to match files in external/
2015-01-12 17:12:05 +01:00
Scott González
be3b2b2d8b
Tests: Cleanup
2014-09-03 08:37:51 -04:00
Dave Stein
49c3fb7403
Draggable Tests: Ensure scrolling and dragging tests assert correctly
2014-08-22 17:19:09 -04:00
Scott González
6df127a0b5
Build: Reorganize external directory
...
Put each external library into its own directory.
Move jquery.js to external.
Ref gh-1266
2014-06-24 22:45:32 -04:00
Jörn Zaefferer
3651d44a30
Tests: Expose jQuery version select
...
Makes use of the extended urlConfig in QUnit 1.14
2014-03-04 23:02:37 +01:00
Rafael Xavier de Souza
21154cfa2e
All: Rename all files, removing the "jquery.ui." prefix;
...
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271 ;
Fixes #9464
Closes gh-1029
2014-01-24 18:22:49 -02:00
Andrei Picus
0a01200138
Tests: Fix grammar error in comment
...
Changed it's to its.
Closes gh-1164
2014-01-08 11:43:59 -05:00
Scott González
8eeb0e7d88
Tests: Skip JSHint in browsers that don't support Function.prototype.bind() to work around a bug in JSHint.
2013-11-22 11:43:55 -05:00
Mike Sherov
67fd40eda7
Tests: extract TestHelpers.forceScrollableWindow for tests that need the window to scroll
2013-10-19 18:48:04 -04:00
Jörn Zaefferer
9ef09edc79
Build: Remove the build task and it's dependencies. Will bring back testing against minified files later.
2013-09-20 18:27:07 +02:00
Scott González
dc380ee695
Tests: Fixed accidental use of comma instead of semicolon.
2013-08-21 09:37:03 -04:00
Steven Luscher
fcd1cafac8
Draggable: active element blurs when clicking on a draggable. Fixes #4261 - Draggable: Inputs do not blur when clicking on a draggable
2013-06-19 18:07:38 -04:00
Scott González
2c43548ac6
Tests: Handle globals in .jshintrc.
2013-03-27 09:40:53 -04:00
Scott González
1f65b3bca9
Whitespace.
2013-01-16 13:45:54 -05:00
Scott González
3c2acc3227
Dialog: Remove width, min-height, height styles on destroy. Fixes #8119 - Dialog: Destroying a dialog leaves some styles changed.
2012-12-04 10:03:05 -05:00
Scott González
050e71bdd8
Revert "Dialog: Cleanup style properties on _destroy. Reenables style check in domEqual, while removing commented and unnecessary old code. Fixes #8119 - Dialog: Destroying a dialog leaves style, scrollleft, and scrolltop leftovers."
...
This reverts commit d687a1b10d
.
2012-12-04 09:21:33 -05:00
Jörn Zaefferer
d687a1b10d
Dialog: Cleanup style properties on _destroy. Reenables style check in domEqual, while removing commented and unnecessary old code. Fixes #8119 - Dialog: Destroying a dialog leaves style, scrollleft, and scrolltop leftovers.
2012-12-04 00:35:47 +01:00
Scott González
608341d20d
Tests: Commented out getElementStyles() while its not used.
2012-11-13 09:46:19 -05:00
Scott González
248e632f4d
Tests: Temporarily remove style checks in domEqual().
2012-11-13 09:38:29 -05:00
Scott González
902df84fce
Tests: Allow async domEqual() tests.
2012-11-12 11:19:20 -05:00
Mike Sherov
543abc9b1f
Dev: clean up dialog test suite with new helper methods. Fixes #8803 - Dev: re-enable the dialog test suite
2012-11-09 15:02:26 -05:00
Scott González
fd48568c40
Tabs: Show panels on destroy. Fixes #8795 - Tabs: 'display: none;' attribute is not removed from tabs when destroy is called.
2012-11-09 14:52:57 -05:00
Mike Sherov
e1230997aa
Build: Enable "unused" option in jshint - Remove unused variables from codebase. - Closes gh-788
...
Squashed commit of the following:
commit 7f19f92c64
Author: Mike Sherov <mike.sherov@gmail.com>
Date: Tue Oct 23 10:34:28 2012 -0400
put back in fake args for signatures that we want to keep
commit 257505a9e6
Author: Mike Sherov <mike.sherov@gmail.com>
Date: Tue Oct 23 08:10:20 2012 -0400
changes per @scott_gonzalez
commit 12725480cb
Author: Mike Sherov <mike.sherov@gmail.com>
Date: Mon Oct 22 22:54:05 2012 -0400
clean up unused vars in ui directory
commit 563595e7ae
Author: Mike Sherov <mike.sherov@gmail.com>
Date: Mon Oct 22 22:37:42 2012 -0400
clean up unused vars in grunt and tests
2012-10-23 09:37:46 -05:00
Mike Sherov
d67522e329
Build: Upgrade to the latest Grunt and JSHint - Closes gh-786
2012-10-22 17:04:08 -05:00
Jörn Zaefferer
7852583980
Restore QUnit's now dead feature of using jQuery to reset the fixture. Fixes tooltip unit tests
2012-08-30 15:20:36 +02:00
Scott González
42b21fd3ed
Tests: Removed completed TODO.
2012-08-26 18:37:30 -04:00
Jörn Zaefferer
0a4c334430
Update to QUnit 1.9.0 and use new urlConfig for custom checkboxes
2012-07-11 14:44:23 +02:00
Scott González
5ae668fdb6
Tests: Enable QUnit.config.requireExpects.
2012-06-27 11:32:48 -04: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
Scott González
aa1e8b5e6c
Tests: Check .data() and event bindings in domEqual().
2012-06-09 20:12:03 -04:00
Scott González
649a670d1c
Tests: Differentiate between attributes and properties in domEqual().
2012-05-29 15:14:35 -04:00
Scott González
e986f36871
Tests: Convert children to an array in domEqual().
2012-05-25 22:57:08 -04:00
Scott González
3b7c33fd49
Tests: Added several more property checks to domEqual().
2012-05-25 16:51:51 -04:00
Corey Frang
1da2bf0daf
Tests: Linting
2012-04-30 00:19:26 -05:00
Scott González
27072de094
Tests: Run JSHint.
2012-04-29 20:22:52 -04:00
Scott González
88e141801c
Tests: Check for null error objects when reporting JSHint errors.
2012-04-24 07:43:26 -04:00
Scott González
3cb9ab723a
Tests: Add custom URL configs to QUnit.config.urlConfig for discoverability.
2012-04-23 10:47:43 -04:00
Scott González
b042f8ebd6
Tests: Moved loadResources to TestHelpers.
2012-04-23 10:43:01 -04:00
Scott González
3b54760b51
Tests: Run JSHint in unit tests, unless nojshint=1 is specified in the query string.
2012-04-23 08:44:55 -04:00
Scott González
e9d5079b04
Tests: Move commonWidgetTests() to TestHelpers.
2012-04-19 13:03:21 -04:00
Scott González
163555d7bf
Accordion tests: Don't polloute the global namespace with helpers.
2012-04-19 11:37:39 -04:00
Scott González
a28983086e
Tests: Lint.
2012-04-18 22:36:15 -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
da84672db8
.attr() -> .prop()
2011-06-08 17:02:57 -04:00
Scott González
e77fcaa6eb
Tests: Updated version check.
2011-05-28 15:42:55 -04:00
Jörn Zaefferer
5c47098829
Add simple error handling for domEqual method (was failing for menu, output not helpful).
2011-05-02 20:35:49 +02:00