aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/accordion/accordion_options.js
Commit message (Expand)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-467/+0
* Tests: Widget test helpers extend the main helperScott González2015-04-091-4/+4
* Accordion: Convert tests to new infrastructureScott González2015-04-091-5/+9
* Accordion: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-6/+6
* Accordion: Removed deprecated activate method and expanded active option. Fix...Jörn Zaefferer2012-10-241-21/+19
* 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
* 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-281-5/+5
* Use length property, instead of the deprecated size() method.Shahyar G2012-04-231-1/+1
* Accordion tests: Don't polloute the global namespace with helpers.Scott González2012-04-191-35/+39
* Tests: Lint.Scott González2012-04-191-33/+33
* Accordion: Added animation tests.Scott González2012-03-271-1/+169
* Accordion: Fix unbinding of accordion event option when dealing with multiple...Jörn Zaefferer2012-03-071-0/+1
* Accordion: Adjusted tests for icons: false.Scott González2012-01-311-1/+1
* Accordion tests: Cleanup.Scott González2011-08-061-1/+1
* Accordion tests: Cleanup.Scott González2011-06-131-4/+21
* Accordion tests: Don't use deprecated assertion methods.Scott González2011-06-131-15/+15
* Accordion tests: Coding standards.Scott González2011-04-151-111/+111
* Accordion: Improve unit test to get consistent results on mobile devicesjzaefferer2011-02-261-1/+1
* Accordion: Handle changing the event option. Fixes #6740 - Dynamically changi...Scott González2011-02-211-1/+46
* Accordion: Added tests for custom header option.Scott González2011-02-031-1/+13
* Accordion: Update active option when programmatically collapsing the accordion.Scott González2011-02-031-4/+3
* Accordion: Handle negative values for active option on init.Scott González2011-02-031-4/+3
* Accordion: Properly handle collapsible: false and active: false by changing a...Scott González2011-02-031-11/+10
* Accordion test: Fixed an icon test.Scott González2011-01-241-1/+1
* Accordion tests: Cleaned up deprecated tests.Scott González2011-01-241-5/+41
* Accordion tests: Cleanup.Scott González2011-01-241-90/+138
* Accordion: First pass at splitting out tests for deprecated functionality.Scott González2011-01-241-75/+0
* Accordion: First pass at deprecating the activate method. Renamed _clickHandl...Scott González2011-01-111-2/+2
* Accordion: Deprecated icons.headerSelected in favor of icons.activeHeader. Fi...Alex Dovenmuehle2011-01-111-0/+17
* Accordion: Added test for heightStyle: fill with absolutely positioned sibling.Scott González2010-12-191-2/+4
* Accordion: API Redesign. Made style changes and changed 'fill' implementation...Alex Dovenmuehle2010-12-171-0/+9
* Accordion: API Redesign. Merged autoHeight, fillSpace, and clearStyle into a ...Alex Dovenmuehle2010-12-161-0/+27
* Accordion: Added .ui-accordion-heading class to header's first child. Fixes #...Alex Dovenmuehle2010-12-101-6/+6
* 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 height...jzaefferer2010-04-131-20/+11
* Accordion unit tests: Refactored state-helper functionjzaefferer2010-04-031-10/+0
* Accordion unit tests: Further normalization of styles to get consistent resul...jzaefferer2010-03-271-3/+3
* normalize margin/padding on test markup to get reliable height resultsJörn Zaefferer2010-03-201-3/+3
* Externals: updated QUnit to http://github.com/jquery/qunit commit 67ba5a338d8...Richard Worth2010-02-251-3/+3
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, m...Scott González2010-01-071-6/+7
* accordion: icon test fix, was failing in webkitsJörn Zaefferer2009-09-151-1/+1
* accordion: remove deprecated alwaysOpen option (collapsible was introduced in...Jörn Zaefferer2009-09-151-61/+40
* accordion: Fix for #4695Jörn Zaefferer2009-08-111-2/+10
* 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 number,...Richard Worth2009-08-111-1/+14
* accordion: fix for #4754; related tests were failing before, fixed them, too ...Jörn Zaefferer2009-08-061-6/+6
* accordion fix for #4653: added tests, adopted no-auto-height demo to also cov...Jörn Zaefferer2009-07-031-8/+16