aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/accordion/accordion_events.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-168/+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: Remove deprecated content property in create event. Fixes #8999 - ↵Scott González2013-03-151-6/+1
| | | | Accordion: Remove content property from create event.
* Accordion: Add panel in addition to content for create event. Fixes #8998 - ↵Scott González2013-01-221-1/+6
| | | | Accordion: Create event uses content instead of panel.
* Accordion: Update activate and beforeActivate event properties to ↵Jörn Zaefferer2012-05-301-23/+23
| | | | newPanel/oldPanel (instead of content). Fixes #6840 and #6842
* Use length property, instead of the deprecated size() method.Shahyar G2012-04-231-34/+34
|
* Accordion tests: Don't polloute the global namespace with helpers.Scott González2012-04-191-9/+12
|
* Tests: Lint.Scott González2012-04-191-10/+10
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-6/+6
|
* Accordion: Pass header and content in create event. Fixes #7869 - Accordion: ↵Scott González2012-01-311-0/+39
| | | | Provide header and content details in create event.
* Accordion tests: Cleanup.Scott González2011-08-061-1/+1
|
* Accordion tests: Don't use deprecated assertion methods.Scott González2011-06-131-29/+29
|
* Accordion tests: Coding standards.Scott González2011-04-151-29/+29
|
* Accordion: Added test to ensure activate event is not triggered if ↵Scott González2011-04-041-1/+11
| | | | beforeActive is prevented.
* Accordion: Removed unnecessary test.Scott González2011-04-041-16/+2
|
* Accordion: Pass original event in beforeActivate event.Scott González2011-04-041-1/+6
|
* Accordion: Allow canceling the beforeActivate event. Fixes #6896 - ↵Scott González2011-01-251-1/+33
| | | | Accordion: Allow canceling the beforeActivate event.
* Accordion: Renamed changestart and change events to beforeActivate and ↵Scott González2011-01-251-8/+8
| | | | activate, respectively. Fixes #6840 - Accordion: Rename changestart event to beforeActivate. Fixes #6842 - Accordion: Rename change event to activate.
* Accordion: More tests.Scott González2011-01-241-25/+82
|
* Accordion tests: Cleanup.Scott González2011-01-241-1/+1
|
* Accordion: Test cleanup.Scott González2011-01-241-26/+28
|
* Accordion: Moved handling for programmatically collapsing the accordion out ↵Scott González2011-01-131-1/+1
| | | | of the event handler. Modified event handler to not change the active option until after it determines that the event is valid.
* 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 unit tests: split tests into individual filesRichard Worth2009-02-031-2/+20
|
* unit tests: created separate file for each module: core, common widget, ↵Richard Worth2009-02-021-0/+12
events, methods, options, tickets