aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/accordion
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* replaced svn:externals with versioned files within trunk/externalsJörn Zaefferer2009-05-271-2/+2
|
* Fix for #4222Jörn Zaefferer2009-05-111-0/+17
|
* Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵Scott González2009-04-151-0/+22
| | | | factory should auto detect getters.
* Switched to jQuery 1.3.2Richard Worth2009-02-201-1/+1
|
* accordion defaults in alpha orderRichard Worth2009-02-051-1/+1
|
* accordion unit tests: split tests into individual filesRichard Worth2009-02-038-164/+273
|
* unit tests: created separate file for each module: core, common widget, ↵Richard Worth2009-02-026-0/+69
| | | | events, methods, options, tickets
* Accordion: Fixed #3969: Deprecated alwaysOpen for collapsible option; fixed ↵Scott González2009-02-021-5/+5
| | | | demos, tests, and using alwaysOpen on init.
* Accordion: Fixed tests.Scott González2009-01-302-9/+9
|
* Accordion: Fixed destroy method with new markup.Scott González2009-01-302-54/+48
|
* accordion unit tests: fixed cap. of autoHeightRichard Worth2009-01-301-1/+1
|
* Accordion: Fixed #3788: Removed wrapper divs and smoothed animations, ↵Scott González2009-01-301-2/+2
| | | | allowing accordions to work with dl's and ul's again.
* switched to jQuery 1.3.1Richard Worth2009-01-221-1/+1
|
* Happy Birthday jQuery (switched to jQuery 1.3)Richard Worth2009-01-141-1/+1
|
* switched to jQuery 1.3rc2Richard Worth2009-01-131-1/+1
|
* reverted r1544 (it was temporary)Richard Worth2009-01-081-1/+1
|
* temporarily switched back to 1.2.6Richard Worth2009-01-081-1/+1
|
* restructured unit tests folderRichard Worth2009-01-072-0/+246