aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/accordion/accordion_core.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-207/+0
| | | | Ref gh-1528
* Tests: Widget test helpers extend the main helperScott González2015-04-091-3/+3
| | | | | Ref #10119 Ref gh-1528
* Accordion: Convert tests to new infrastructureScott González2015-04-091-4/+8
| | | | | Ref #10119 Ref gh-1528
* Accordion: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-12/+13
|
* Accordion: Add classes optionAlexander Schmitz2015-03-111-8/+20
| | | | | Ref #7053 Ref gh-1411
* Accordion: Fix tests in IE 11 with jQuery 1.7-1.8Scott González2015-03-111-12/+55
| | | | Closes gh-1482
* Accordion: Set `aria-expanded` when collapsingScott González2015-01-051-25/+55
| | | | | Fixes #10703 Closes gh-1413
* Accordion: moving aria-expanded from active tabpanel to active tab. Fixed ↵Monika Piotrowicz2013-10-281-6/+6
| | | | #9407 - Accordion: aria-expanded attribute on wrong element
* Accordion tests: Fixed typos.Scott González2012-06-111-17/+17
|
* Accordion tests: Don't polloute the global namespace with helpers.Scott González2012-04-191-2/+5
|
* Tests: Lint.Scott González2012-04-191-7/+7
|
* Accordion: Fixed post-init changes to event option and added tests for ↵Scott González2012-03-271-1/+41
| | | | keyboard support.
* Accordion: Fixed ARIA support and added proper keyboard support.Hans Hillen2012-03-271-15/+41
|
* Accordion: Removed requirement for headers contain a child (and removed ↵Scott González2012-02-271-7/+0
| | | | associated ui-accordion-heading class).
* Accordion tests: Cleanup.Scott González2011-08-061-1/+1
|
* Accordion tests: Fixed location of expect() call.Scott González2011-07-261-1/+1
|
* Accordion tests: Cleanup.Scott González2011-06-131-0/+2
|
* Accordion tests: Don't use deprecated assertion methods.Scott González2011-06-131-15/+15
|
* Accordion tests: Coding standards.Scott González2011-04-151-14/+14
|
* Accordion: Removed static test pages. Added unit tests for dl markup structure.Scott González2011-03-231-10/+12
|
* Accordion: set aria-selected to true on selected header, false on others. ↵Richard Worth2011-03-151-1/+5
| | | | Fixed #7078 - Accordion: Set aria-selected
* Accordion: More tests.Scott González2011-01-241-0/+12
|
* Accordion tests: Cleanup.Scott González2011-01-241-1/+1
|
* Accordion: Test cleanup.Scott González2011-01-241-32/+27
|
* 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-0/+7
| | | | #6743 - Accordion: Add .ui-accordion-heading class.
* Accordion unit tests: Refactored state-helper functionjzaefferer2010-04-031-11/+0
|
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-1/+1
| | | | menu; including menu static tests).
* accordion: remove deprecated alwaysOpen option (collapsible was introduced ↵Jörn Zaefferer2009-09-151-16/+8
| | | | 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
* accordion unit tests: split tests into individual filesRichard Worth2009-02-031-2/+42
|
* unit tests: created separate file for each module: core, common widget, ↵Richard Worth2009-02-021-0/+12
events, methods, options, tickets