Scott González
|
6231b161b9
|
Tests: Fix AMD loading in IE8
It appears that we must load require.js via a standard script tag in order
for it to work properly in IE8.
|
2015-04-17 12:13:38 -04:00 |
|
Scott González
|
e39ee9d669
|
Accordion: Convert tests to new infrastructure
Ref #10119
Ref gh-1528
|
2015-04-09 09:24:45 -04:00 |
|
Alexander Schmitz
|
7c6a7d71e9
|
Accordion: Add classes option
Ref #7053
Ref gh-1411
|
2015-03-11 16:01:44 -04:00 |
|
Scott González
|
6d7589351e
|
All: Drop support for IE7
Fixes #9838
Closes gh-1365
|
2014-10-21 09:06:58 -04:00 |
|
Mike Sherov
|
aa425ab95d
|
Build: Pull in jquery.simulate.js from Bower
Fixes #10563
|
2014-08-22 17:01:50 -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
|
822f3cd9d0
|
Tests: Update to sane QUnit markup
|
2014-02-20 17:05:02 +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 |
|
Jörn Zaefferer
|
37fda49e3c
|
Accordion: Fix testsuite overflow issue in IE7.
|
2012-12-28 10:41:05 +01:00 |
|
Scott González
|
bc44e61dd9
|
Accordion: Removed change and changestart events. Fixes #6841 - Accordion: Remove changestart event. Fixes #6843 - Accordion: Remove change event.
|
2012-10-25 06:19:25 -04: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 |
|
Scott González
|
6634e40053
|
Accordion: Fixed post-init changes to event option and added tests for keyboard support.
|
2012-03-27 16:49:05 -04:00 |
|
Scott González
|
02855292f2
|
Accordion: Removed requirement for headers contain a child (and removed associated ui-accordion-heading class).
|
2012-02-27 09:05:22 -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
|
6fb68568be
|
Tests: Cleanup.
|
2011-08-03 21:43:52 -04:00 |
|
Scott González
|
4415e992c5
|
Accordion tests: cleanup.
|
2011-08-03 13:52:36 -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
|
19a9de7e66
|
Merge branch 'master' into core-1.6.1
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
|
2011-07-25 11:53:14 -04:00 |
|
Scott González
|
daadc343be
|
Upgrade jQuery to 1.6.2.
|
2011-07-25 11:46:45 -04:00 |
|
Scott González
|
e549e18fc2
|
Accordion tests: Cleanup.
|
2011-06-13 14:51:13 -04:00 |
|
Scott González
|
ba9bd20c0d
|
Accordion tests: Don't use deprecated assertion methods.
|
2011-06-13 10:54:47 -04:00 |
|
Scott González
|
4547da1ba5
|
Accordion tests: Coding standards.
|
2011-04-15 11:29:26 -04:00 |
|
Scott González
|
af04a89df7
|
Accordion tests: Only use single words inside headers to avoid breaking onto multiple lines.
|
2011-04-04 11:33:09 -04:00 |
|
Scott González
|
275897e731
|
Accordion tests: lowercase doctype.
|
2011-04-04 09:12:08 -04:00 |
|
Scott González
|
ec0a9cc454
|
Removed empty ticket test files.
|
2011-03-28 11:20:03 -04:00 |
|
Scott González
|
b85e11564a
|
Accordion: Removed static test pages. Added unit tests for dl markup structure.
|
2011-03-23 10:07:09 -04:00 |
|
Scott González
|
aaa21ddb0c
|
Accordion tests: Fixed indentation.
|
2011-03-23 09:51:42 -04:00 |
|
Richard Worth
|
593799d6e3
|
Switched to latest stable jQuery 1.5.1
|
2011-03-02 20:49:20 -05:00 |
|
jzaefferer
|
9ac6bde8a9
|
Accordion: Improve unit test to get consistent results on mobile devices
|
2011-02-26 11:48:56 +01: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
|
5ed1046a4a
|
Accordion tests: Cleanup.
|
2011-01-24 19:20:09 -05:00 |
|
Scott González
|
c96c249780
|
Accordion: First pass at splitting out tests for deprecated functionality.
|
2011-01-24 14:38:23 -05:00 |
|
Alex Dovenmuehle
|
f54747b302
|
Accordion: Added .ui-accordion-heading class to header's first child. Fixes #6743 - Accordion: Add .ui-accordion-heading class.
|
2010-12-10 14:54:50 -05: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 |
|
jzaefferer
|
d8bee228b3
|
Seperated testswarm injection from testsuite extensions, to fix 'failing' testsuites on TestSwarm due to unhandled errors and race conditions
|
2010-08-29 17:21:39 +02:00 |
|
jzaefferer
|
4f4843a9fb
|
Accordion unit tests: Remove role attribute to pass Opera 9 and adjust height tests to tolerate different results, as long as they are consistent
|
2010-04-13 10:13:13 +02:00 |
|
jzaefferer
|
53d9ac2098
|
Accordion unit tests: Trying some more style resets for getting accordion tests to pass in Safari 3.x, need to commit to see Testswarm results
|
2010-04-12 16:49:12 +02:00 |
|
jzaefferer
|
f7c68244a0
|
Accordion unit tests: Cleaned and fixed destroy-method test, working around html rendering inconsistencies
|
2010-04-12 16:44:37 +02:00 |
|
jzaefferer
|
0cb9c7d963
|
Accordion: different useless markup for getting consistent results for the destroy test
|
2010-04-03 17:48:39 +02:00 |
|
jzaefferer
|
d9c0b626cf
|
Accordion: Trying some styl resets, maybe finding the one for Safari 3.x
|
2010-04-03 17:35:02 +02:00 |
|
jzaefferer
|
6d5e9b5e7a
|
Accordion: more useless markup for getting consistent results for the destroy test
|
2010-04-03 17:31:04 +02:00 |
|
jzaefferer
|
7d1c9cd348
|
Accordion: Rewrote the resize method test; fails in IE8, probably related to :visible issue
|
2010-04-03 17:21:31 +02:00 |
|
jzaefferer
|
da0fe50ec5
|
Accordion unit tests: Use display!=none instead of :visible to work around :visible issue in IE8
|
2010-04-03 17:10:50 +02:00 |
|
jzaefferer
|
ad5bfc7f60
|
Accordion unit tests: Refactored state-helper function
|
2010-04-03 17:08:45 +02:00 |
|
jzaefferer
|
d5a6b33466
|
Accordion unit tets: Replacing destory method test with autocomplete/button approach, comparing before/after html - had to add some classes and empty style attributes to ignore class='' and style='', harmless enough
|
2010-03-27 08:01:41 +01:00 |
|
jzaefferer
|
b012de18a4
|
Accordion unit tests: Further normalization of styles to get consistent results across browsers
|
2010-03-27 07:42:43 +01:00 |
|
Jörn Zaefferer
|
63ed4dccce
|
normalize margin/padding on test markup to get reliable height results
|
2010-03-20 14:32:06 +00:00 |
|