Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Added ability to run tests against different versions of jQuery core. | Scott González | 2011-07-28 | 1 | -1/+1 |
| | |||||
* | Accordion tests: Fixed fixture id. | Scott González | 2011-07-28 | 1 | -1/+1 |
| | |||||
* | Added compound test suite and updated QUnit. | Scott González | 2011-07-28 | 1 | -1/+1 |
| | |||||
* | Accordion: set aria-selected to true on selected header, false on others. ↵ | Richard Worth | 2011-03-15 | 1 | -1/+5 |
| | | | | Fixed #7078 - Accordion: Set aria-selected | ||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 1 | -1/+1 |
| | |||||
* | Upgraded jQuery to 1.4.4. | Scott González | 2010-11-12 | 1 | -1/+1 |
| | |||||
* | Upgraded jQuery to 1.4.3. | Scott González | 2010-10-21 | 1 | -1/+1 |
| | |||||
* | Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵ | jzaefferer | 2010-08-29 | 1 | -0/+1 |
| | | | | testsuites on TestSwarm due to unhandled errors and race conditions | ||||
* | Widget: Throw errors when calling non-existent methods or methods on ↵ | Scott González | 2010-08-27 | 1 | -3/+0 |
| | | | | uninistantiated widgets. Fixes #5972 - Widget: Throw error for non-existent method calls. | ||||
* | Accordion unit tests: And another height-testing hotfix for Safari 3.x | jzaefferer | 2010-04-13 | 1 | -1/+1 |
| | |||||
* | Accordion unit tests: One more height-testing hotfix for Safari 3.x | jzaefferer | 2010-04-13 | 1 | -4/+4 |
| | |||||
* | Accordion unit tests: Remove role attribute to pass Opera 9 and adjust ↵ | jzaefferer | 2010-04-13 | 3 | -32/+27 |
| | | | | height tests to tolerate different results, as long as they are consistent | ||||
* | Accordion unit tests: Trying some more style resets for getting accordion ↵ | jzaefferer | 2010-04-12 | 1 | -1/+1 |
| | | | | tests to pass in Safari 3.x, need to commit to see Testswarm results | ||||
* | Accordion unit tests: Cleaned and fixed destroy-method test, working around ↵ | jzaefferer | 2010-04-12 | 2 | -4/+4 |
| | | | | html rendering inconsistencies | ||||
* | Accordion unit tests: Cleaned and fixed resize-method test, using ↵ | jzaefferer | 2010-04-12 | 1 | -9/+1 |
| | | | | #navigation avoids the :visible matching display:none issue in IE8 | ||||
* | Accordion: different useless markup for getting consistent results for the ↵ | jzaefferer | 2010-04-03 | 1 | -3/+3 |
| | | | | destroy test | ||||
* | Accordion: Trying some styl resets, maybe finding the one for Safari 3.x | jzaefferer | 2010-04-03 | 1 | -1/+1 |
| | |||||
* | Accordion: more useless markup for getting consistent results for the ↵ | jzaefferer | 2010-04-03 | 1 | -3/+3 |
| | | | | destroy test | ||||
* | Accordion: Improved resize-method test, starting with a fixed container height | jzaefferer | 2010-04-03 | 1 | -2/+2 |
| | |||||
* | Accordion: Rewrote the resize method test; fails in IE8, probably related to ↵ | jzaefferer | 2010-04-03 | 2 | -5/+12 |
| | | | | :visible issue | ||||
* | Accordion unit tests: Cleanup | jzaefferer | 2010-04-03 | 1 | -2/+1 |
| | |||||
* | Accordion unit tests: Use display!=none instead of :visible to work around ↵ | jzaefferer | 2010-04-03 | 1 | -1/+3 |
| | | | | :visible issue in IE8 | ||||
* | Accordion unit tests: Refactored state-helper function | jzaefferer | 2010-04-03 | 4 | -30/+12 |
| | |||||
* | Accordion unit tets: Replacing destory method test with autocomplete/button ↵ | jzaefferer | 2010-03-27 | 2 | -46/+36 |
| | | | | approach, comparing before/after html - had to add some classes and empty style attributes to ignore class='' and style='', harmless enough | ||||
* | Accordion unit tests: Further normalization of styles to get consistent ↵ | jzaefferer | 2010-03-27 | 2 | -5/+4 |
| | | | | results across browsers | ||||
* | normalize margin/padding on test markup to get reliable height results | Jörn Zaefferer | 2010-03-20 | 2 | -3/+5 |
| | |||||
* | html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase | Richard Worth | 2010-03-12 | 1 | -1/+2 |
| | |||||
* | Externals: updated QUnit to http://github.com/jquery/qunit commit ↵ | Richard Worth | 2010-02-25 | 2 | -7/+15 |
| | | | | | | | 67ba5a338d836014c24345dc218ab3c9bb63b06e The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses. | ||||
* | Fixed #5182 - Update to jQuery 1.4.2 | Richard Worth | 2010-02-16 | 1 | -1/+1 |
| | |||||
* | switched to jQuery 1.4.1 | Richard Worth | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | switched to jQuery 1.4 | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 2 | -7/+8 |
| | | | | menu; including menu static tests). | ||||
* | extracting widget factory into jquery.ui.widget.js | Jörn Zaefferer | 2009-12-16 | 1 | -0/+1 |
| | |||||
* | Removed use of .data() for getting/setting options in tests; using each ↵ | Scott González | 2009-11-09 | 1 | -10/+2 |
| | | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests. | ||||
* | update to latest QUnit | Jörn Zaefferer | 2009-09-29 | 1 | -1/+1 |
| | |||||
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 1 | -2/+2 |
| | | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 | ||||
* | accordion: trying to reset margin and padding for accordion-lis to get ↵ | Jörn Zaefferer | 2009-09-15 | 1 | -0/+4 |
| | | | | consistent results for fillSpace and autoHeight tests across platforms; if that works, may need to be applied in general, not just for tests | ||||
* | accordion: reverted previous change to test | Jörn Zaefferer | 2009-09-15 | 1 | -1/+1 |
| | |||||
* | updated to latest QUnit | Jörn Zaefferer | 2009-09-15 | 2 | -3/+4 |
| | |||||
* | accordion: activate test fix, use false to close, not -1 | Jörn Zaefferer | 2009-09-15 | 1 | -2/+1 |
| | |||||
* | accordion: icon test fix, was failing in webkits | Jörn Zaefferer | 2009-09-15 | 1 | -1/+1 |
| | |||||
* | accordion: remove deprecated alwaysOpen option (collapsible was introduced ↵ | Jörn Zaefferer | 2009-09-15 | 4 | -92/+129 |
| | | | | in last stable release); fixed collapsible-false accordion in combination with activate method (with fasly-argument to close all); changed activate-option default to 0 (which was the "computed" default anyway); lots of fixes for the testsuite, while removing some of the "missing" tests: header accepts only a selector (updated spec to make that more clear), while testing animations in unit tests is rather pointless | ||||
* | change script ordering to load testswarm agent after QUnit | Jörn Zaefferer | 2009-09-11 | 1 | -1/+1 |
| | |||||
* | update to lastest QUnit | Jörn Zaefferer | 2009-08-30 | 1 | -1/+1 |
| | |||||
* | accordion: Fix for #4695 | Jörn Zaefferer | 2009-08-11 | 2 | -2/+12 |
| | |||||
* | Accordion: added a couple failing tests for option active: init and collapsed | Richard Worth | 2009-08-11 | 1 | -2/+9 |
| | |||||
* | Fixed accordion option active getter and setter. Normalized getter to ↵ | Richard Worth | 2009-08-11 | 1 | -1/+14 |
| | | | | number, 0-based index. | ||||
* | Removed jquery.simulate from external/ as it's being removed from ↵ | Richard Worth | 2009-08-10 | 1 | -1/+1 |
| | | | | jqueryjs.googlecode.com/svn/trunk/plugins | ||||
* | accordion: fix for #4754; related tests were failing before, fixed them, too ↵ | Jörn Zaefferer | 2009-08-06 | 1 | -6/+6 |
| | | | | (checked to correct sizes in Firebug) | ||||
* | accordion fix for #4653: added tests, adopted no-auto-height demo to also ↵ | Jörn Zaefferer | 2009-07-03 | 2 | -11/+19 |
| | | | | cover navigation option; fixed an unrelated bug, where ui-accordion-content-active was never removed |