aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/accordion
Commit message (Expand)AuthorAgeFilesLines
* Accordion: Set `aria-expanded` when collapsingScott González2015-01-051-25/+55
* All: Drop support for IE7Scott González2014-10-211-4/+0
* Build: Pull in jquery.simulate.js from BowerMike Sherov2014-08-221-1/+1
* Tests: Fix composite testsScott González2014-08-011-1/+1
* Build: Reorganize external directoryScott González2014-06-242-4/+4
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-051-1/+1
* Tests: Update to sane QUnit markupJörn Zaefferer2014-02-202-10/+2
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-4/+4
* Accordion: moving aria-expanded from active tabpanel to active tab. Fixed #94...Monika Piotrowicz2013-10-281-6/+6
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-051-1/+1
* Accordion: Maintain collapsed state on refresh. Fixes #9189 - Accordion: refr...Scott González2013-03-271-1/+10
* Accordion: Remove deprecated content property in create event. Fixes #8999 - ...Scott González2013-03-151-6/+1
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Scott González2013-03-141-1/+6
* Revert "Widget: Stop setting ui-state-disabled and aria by default on setting...Scott González2013-03-141-6/+1
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Mike Sherov2013-03-111-1/+6
* Updating 'jQuery' to 1.9.1.Bruno M. Custódio2013-02-051-1/+1
* Accordion: Add panel in addition to content for create event. Fixes #8998 - A...Scott González2013-01-221-1/+6
* Updating to jQuery 1.9.0Kris Borchers2013-01-171-1/+1
* Accordion: Fix testsuite overflow issue in IE7.Jörn Zaefferer2012-12-281-0/+4
* Upgrade jQuery to 1.8.3.Scott González2012-11-141-1/+1
* Accordion: Enhance refresh to allow adding/removing panels. Fixes #4672 - Ac...David Petersen2012-11-111-1/+62
* Accordion: Removed change and changestart events. Fixes #6841 - Accordion: Re...Scott González2012-10-254-264/+0
* Accordion: Removed animated option. Fixes #8601 - Accordion: Remove animated ...Scott González2012-10-251-2/+1
* Accordion: Removed deprecated resize method. Fixes #6839 - Accordion: Remove ...Jörn Zaefferer2012-10-241-22/+0
* Accordion: Removed deprecated activate method and expanded active option. Fix...Jörn Zaefferer2012-10-242-122/+19
* Accordion: Removed deprecated icon option. Fixes #6835 - Accordion: Remove ic...Jörn Zaefferer2012-10-242-19/+2
* Accordion: Removed deprecated navigation options. Fixes #5870 - Accordion: Re...Jörn Zaefferer2012-10-242-32/+0
* Accordion: Remove deprecated height options. Fixes #5868 - Accordion: Remove ...Jörn Zaefferer2012-10-242-78/+1
* Accordion: handle active: null. Fixes #8694: 1.9 Accordion - active: null all...David Petersen2012-10-181-0/+9
* Accordion: Only adjust height animations for heightStyle: content. Fix tests ...Scott González2012-10-011-18/+18
* Upgrade jQuery to 1.8.2.Scott González2012-09-201-1/+1
* Accordion tests: Added test for widget() method.Scott González2012-08-261-0/+8
* Upgrade jQuery to 1.8.0.Scott González2012-08-131-1/+1
* Accordion tests: Fixed typos.Scott González2012-06-111-17/+17
* Accordion: Update activate and beforeActivate event properties to newPanel/ol...Jörn Zaefferer2012-05-301-23/+23
* Accordion tests: Check for a specific height in heightStyle: content tests.Scott González2012-05-281-3/+3
* Accordion tests: equalHeights() -> equalHeight(); Validate against a specific...Scott González2012-05-284-22/+17
* Use length property, instead of the deprecated size() method.Shahyar G2012-04-233-59/+59
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-232-14/+10
* Tests: Rename {widget}_defaults.js -> {widget}_common.jsScott González2012-04-234-8/+8
* Update to official qunit composite addonJörn Zaefferer2012-04-211-2/+2
* Tests: Move commonWidgetTests() to TestHelpers.Scott González2012-04-192-2/+2
* Accordion tests: Don't polloute the global namespace with helpers.Scott González2012-04-196-126/+146
* Tests: Lint.Scott González2012-04-195-66/+66
* Accordion: Added animation tests.Scott González2012-03-271-1/+169
* Accordion: Fixed post-init changes to event option and added tests for keyboa...Scott González2012-03-273-3/+43
* Accordion: Fixed ARIA support and added proper keyboard support.Hans Hillen2012-03-271-15/+41
* Upgrade jQuery to 1.7.2.Scott González2012-03-221-1/+1
* Accordion: Update method tests - active option still works when accordion is ...Jörn Zaefferer2012-03-071-3/+7
* Accordion: Update test helper to use QUnit.push instead of deepEqual to get u...Jörn Zaefferer2012-03-071-1/+1