aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/accordion/accordion.html
Commit message (Collapse)AuthorAgeFilesLines
* Accordion: Correct height calculated when closedAlyosha Pushak2016-02-091-1/+18
| | | | | | Fixes #11938 Closes gh-1536 Closes gh-1616
* Tests: Fix AMD loading in IE8Scott González2015-04-171-0/+1
| | | | | It appears that we must load require.js via a standard script tag in order for it to work properly in IE8.
* Accordion: Convert tests to new infrastructureScott González2015-04-091-25/+2
| | | | | Ref #10119 Ref gh-1528
* Accordion: Add classes optionAlexander Schmitz2015-03-111-0/+1
| | | | | Ref #7053 Ref gh-1411
* All: Drop support for IE7Scott González2014-10-211-4/+0
| | | | | Fixes #9838 Closes gh-1365
* Build: Pull in jquery.simulate.js from BowerMike Sherov2014-08-221-1/+1
| | | | Fixes #10563
* Build: Reorganize external directoryScott González2014-06-241-2/+2
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* Tests: Update to sane QUnit markupJörn Zaefferer2014-02-201-5/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-4/+4
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Accordion: Fix testsuite overflow issue in IE7.Jörn Zaefferer2012-12-281-0/+4
|
* Accordion: Removed change and changestart events. Fixes #6841 - Accordion: ↵Scott González2012-10-251-3/+0
| | | | Remove changestart event. Fixes #6843 - Accordion: Remove change event.
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-231-7/+5
|
* Tests: Rename {widget}_defaults.js -> {widget}_common.jsScott González2012-04-231-4/+4
|
* Accordion: Fixed post-init changes to event option and added tests for ↵Scott González2012-03-271-1/+1
| | | | keyboard support.
* Accordion: Removed requirement for headers contain a child (and removed ↵Scott González2012-02-271-6/+6
| | | | associated ui-accordion-heading class).
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-281-6/+11
|
* Tests: Cleanup.Scott González2011-08-031-3/+3
|
* Accordion tests: cleanup.Scott González2011-08-031-32/+8
|
* Tests: Added ability to run tests suites against different versions of ↵Scott González2011-07-281-1/+1
| | | | jQuery core.
* Merge branch 'master' into core-1.6.1Scott González2011-07-251-4/+4
|\ | | | | | | | | | | | | | | | | 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
| * Accordion tests: Cleanup.Scott González2011-06-131-1/+1
| |
| * Accordion tests: Don't use deprecated assertion methods.Scott González2011-06-131-3/+3
| |
* | Upgrade jQuery to 1.6.2.Scott González2011-07-251-1/+1
|/
* Accordion tests: Coding standards.Scott González2011-04-151-1/+1
|
* Accordion tests: Only use single words inside headers to avoid breaking onto ↵Scott González2011-04-041-2/+2
| | | | multiple lines.
* Accordion tests: lowercase doctype.Scott González2011-04-041-1/+1
|
* Removed empty ticket test files.Scott González2011-03-281-1/+0
|
* Accordion: Removed static test pages. Added unit tests for dl markup structure.Scott González2011-03-231-0/+21
|
* Accordion tests: Fixed indentation.Scott González2011-03-231-38/+32
|
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
|
* Accordion: Improve unit test to get consistent results on mobile devicesjzaefferer2011-02-261-1/+1
|
* Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests usejzaefferer2011-02-231-2/+2
|
* Unit tests: Add QUnit toolbar for hiding passed testsjzaefferer2011-02-211-0/+1
|
* Accordion tests: Cleanup.Scott González2011-01-241-18/+25
|
* Accordion: First pass at splitting out tests for deprecated functionality.Scott González2011-01-241-41/+44
|
* Accordion: Added .ui-accordion-heading class to header's first child. Fixes ↵Alex Dovenmuehle2010-12-101-3/+3
| | | | #6743 - Accordion: Add .ui-accordion-heading class.
* 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
* Accordion unit tests: Remove role attribute to pass Opera 9 and adjust ↵jzaefferer2010-04-131-1/+10
| | | | 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-121-3/+3
| | | | html rendering inconsistencies
* 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: Rewrote the resize method test; fails in IE8, probably related to ↵jzaefferer2010-04-031-1/+1
| | | | :visible issue
* 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-031-0/+12
|
* Accordion unit tets: Replacing destory method test with autocomplete/button ↵jzaefferer2010-03-271-31/+33
| | | | 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-271-2/+1
| | | | results across browsers