aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/accordion
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Added ability to run tests against different versions of jQuery core.Scott González2011-07-281-1/+1
|
* Accordion tests: Fixed fixture id.Scott González2011-07-281-1/+1
|
* Added compound test suite and updated QUnit.Scott González2011-07-281-1/+1
|
* Accordion: set aria-selected to true on selected header, false on others. ↵Richard Worth2011-03-151-1/+5
| | | | Fixed #7078 - Accordion: Set aria-selected
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
|
* Upgraded jQuery to 1.4.4.Scott González2010-11-121-1/+1
|
* Upgraded jQuery to 1.4.3.Scott González2010-10-211-1/+1
|
* Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵jzaefferer2010-08-291-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ález2010-08-271-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.xjzaefferer2010-04-131-1/+1
|
* Accordion unit tests: One more height-testing hotfix for Safari 3.xjzaefferer2010-04-131-4/+4
|
* Accordion unit tests: Remove role attribute to pass Opera 9 and adjust ↵jzaefferer2010-04-133-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 ↵jzaefferer2010-04-121-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 ↵jzaefferer2010-04-122-4/+4
| | | | html rendering inconsistencies
* Accordion unit tests: Cleaned and fixed resize-method test, using ↵jzaefferer2010-04-121-9/+1
| | | | #navigation avoids the :visible matching display:none issue in IE8
* Accordion: different useless markup for getting consistent results for the ↵jzaefferer2010-04-031-3/+3
| | | | destroy test
* Accordion: Trying some styl resets, maybe finding the one for Safari 3.xjzaefferer2010-04-031-1/+1
|
* Accordion: more useless markup for getting consistent results for the ↵jzaefferer2010-04-031-3/+3
| | | | destroy test
* Accordion: Improved resize-method test, starting with a fixed container heightjzaefferer2010-04-031-2/+2
|
* Accordion: Rewrote the resize method test; fails in IE8, probably related to ↵jzaefferer2010-04-032-5/+12
| | | | :visible issue
* Accordion unit tests: Cleanupjzaefferer2010-04-031-2/+1
|
* Accordion unit tests: Use display!=none instead of :visible to work around ↵jzaefferer2010-04-031-1/+3
| | | | :visible issue in IE8
* Accordion unit tests: Refactored state-helper functionjzaefferer2010-04-034-30/+12
|
* Accordion unit tets: Replacing destory method test with autocomplete/button ↵jzaefferer2010-03-272-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 ↵jzaefferer2010-03-272-5/+4
| | | | results across browsers
* normalize margin/padding on test markup to get reliable height resultsJörn Zaefferer2010-03-202-3/+5
|
* html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercaseRichard Worth2010-03-121-1/+2
|
* Externals: updated QUnit to http://github.com/jquery/qunit commit ↵Richard Worth2010-02-252-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.2Richard Worth2010-02-161-1/+1
|
* switched to jQuery 1.4.1Richard Worth2010-01-271-1/+1
|
* switched to jQuery 1.4Richard Worth2010-01-201-1/+1
|
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-072-7/+8
| | | | menu; including menu static tests).
* extracting widget factory into jquery.ui.widget.jsJörn Zaefferer2009-12-161-0/+1
|
* Removed use of .data() for getting/setting options in tests; using each ↵Scott González2009-11-091-10/+2
| | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests.
* update to latest QUnitJörn Zaefferer2009-09-291-1/+1
|
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-171-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 Zaefferer2009-09-151-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 testJörn Zaefferer2009-09-151-1/+1
|
* updated to latest QUnitJörn Zaefferer2009-09-152-3/+4
|
* accordion: activate test fix, use false to close, not -1Jörn Zaefferer2009-09-151-2/+1
|
* accordion: icon test fix, was failing in webkitsJörn Zaefferer2009-09-151-1/+1
|
* accordion: remove deprecated alwaysOpen option (collapsible was introduced ↵Jörn Zaefferer2009-09-154-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 QUnitJörn Zaefferer2009-09-111-1/+1
|
* update to lastest QUnitJörn Zaefferer2009-08-301-1/+1
|
* accordion: Fix for #4695Jörn Zaefferer2009-08-112-2/+12
|
* Accordion: added a couple failing tests for option active: init and collapsedRichard Worth2009-08-111-2/+9
|
* Fixed accordion option active getter and setter. Normalized getter to ↵Richard Worth2009-08-111-1/+14
| | | | number, 0-based index.
* Removed jquery.simulate from external/ as it's being removed from ↵Richard Worth2009-08-101-1/+1
| | | | jqueryjs.googlecode.com/svn/trunk/plugins
* accordion: fix for #4754; related tests were failing before, fixed them, too ↵Jörn Zaefferer2009-08-061-6/+6
| | | | (checked to correct sizes in Firebug)
* accordion fix for #4653: added tests, adopted no-auto-height demo to also ↵Jörn Zaefferer2009-07-032-11/+19
| | | | cover navigation option; fixed an unrelated bug, where ui-accordion-content-active was never removed