aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/accordion/accordion_methods.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-136/+0
| | | | Ref gh-1528
* Tests: Widget test helpers extend the main helperScott González2015-04-091-4/+4
| | | | | Ref #10119 Ref gh-1528
* Accordion: Convert tests to new infrastructureScott González2015-04-091-7/+11
| | | | | Ref #10119 Ref gh-1528
* Accordion: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-3/+4
|
* Accordion: Maintain collapsed state on refresh. Fixes #9189 - Accordion: ↵Scott González2013-03-271-1/+10
| | | | refresh() method incorrectly opens collapsed accordion.
* Widget: Stop setting ui-state-disabled and aria by default on setting ↵Scott González2013-03-141-1/+6
| | | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable: disabled should not have ui-state-disabled This reverts commit 23771d38ba9d2663f6db0243c8e992dc7ff6844a.
* Revert "Widget: Stop setting ui-state-disabled and aria by default on ↵Scott González2013-03-141-6/+1
| | | | | | setting disabled option." This needs to wait for a major release. This reverts commit 4d67f4f34908a50ef88f95df4103ee001b777e45.
* Widget: Stop setting ui-state-disabled and aria by default on setting ↵Mike Sherov2013-03-111-1/+6
| | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable : disabled should not have ui-state-disabled
* Accordion: Enhance refresh to allow adding/removing panels. Fixes #4672 - ↵David Petersen2012-11-111-1/+62
| | | | Accordion: ability to add/remove panels
* Accordion tests: Added test for widget() method.Scott González2012-08-261-0/+8
|
* Accordion tests: equalHeights() -> equalHeight(); Validate against a ↵Scott González2012-05-281-3/+3
| | | | specific height instead of a range.
* Accordion tests: Don't polloute the global namespace with helpers.Scott González2012-04-191-7/+11
|
* Accordion: Update method tests - active option still works when accordion is ↵Jörn Zaefferer2012-03-071-3/+7
| | | | disabled
* Accordion tests: Cleanup.Scott González2011-08-061-1/+1
|
* Accordion tests: Cleanup.Scott González2011-06-131-5/+8
|
* Accordion tests: Coding standards.Scott González2011-04-151-13/+13
|
* Adding a domEqual assertion to our testsuite for more sane DOMjzaefferer2011-02-251-14/+3
| | | | | comparisons. Comparing innerHTML is too dependent on random browser quirks like IE only sometimes rendering closing tags.
* Accordion tests: Cleanup.Scott González2011-01-241-64/+41
|
* Accordion: First pass at splitting out tests for deprecated functionality.Scott González2011-01-241-58/+1
|
* Accordion: Renamed resize method to refresh. Fixes #6838 - Accordion: Rename ↵Scott González2011-01-141-2/+2
| | | | resize method to refresh.
* Accordion: First pass at deprecating the activate method. Renamed ↵Scott González2011-01-111-2/+2
| | | | _clickHandler to _eventHandler and removed extraneous parameter. Updated all tests to use the option methods instead of the activate method.
* Accordion: Added .ui-accordion-heading class to header's first child. Fixes ↵Alex Dovenmuehle2010-12-101-4/+4
| | | | #6743 - Accordion: Add .ui-accordion-heading class.
* 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: Remove role attribute to pass Opera 9 and adjust ↵jzaefferer2010-04-131-11/+6
| | | | height tests to tolerate different results, as long as they are consistent
* Accordion unit tests: Cleaned and fixed destroy-method test, working around ↵jzaefferer2010-04-121-1/+1
| | | | 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: 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-031-4/+11
| | | | :visible issue
* Accordion unit tests: Cleanupjzaefferer2010-04-031-2/+1
|
* Accordion unit tests: Refactored state-helper functionjzaefferer2010-04-031-9/+0
|
* Accordion unit tets: Replacing destory method test with autocomplete/button ↵jzaefferer2010-03-271-15/+3
| | | | approach, comparing before/after html - had to add some classes and empty style attributes to ignore class='' and style='', harmless enough
* 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.
* accordion: reverted previous change to testJörn Zaefferer2009-09-151-1/+1
|
* updated to latest QUnitJörn Zaefferer2009-09-151-2/+3
|
* accordion: activate test fix, use false to close, not -1Jörn Zaefferer2009-09-151-2/+1
|
* accordion: remove deprecated alwaysOpen option (collapsible was introduced ↵Jörn Zaefferer2009-09-151-11/+79
| | | | 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
* Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵Scott González2009-04-151-0/+22
| | | | factory should auto detect getters.
* accordion unit tests: split tests into individual filesRichard Worth2009-02-031-2/+67
|
* unit tests: created separate file for each module: core, common widget, ↵Richard Worth2009-02-021-0/+12
events, methods, options, tickets