Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -168/+0 |
| | | | | Ref gh-1528 | ||||
* | Tests: Widget test helpers extend the main helper | Scott González | 2015-04-09 | 1 | -3/+3 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Accordion: Convert tests to new infrastructure | Scott González | 2015-04-09 | 1 | -4/+8 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Accordion: Remove deprecated content property in create event. Fixes #8999 - ↵ | Scott González | 2013-03-15 | 1 | -6/+1 |
| | | | | Accordion: Remove content property from create event. | ||||
* | Accordion: Add panel in addition to content for create event. Fixes #8998 - ↵ | Scott González | 2013-01-22 | 1 | -1/+6 |
| | | | | Accordion: Create event uses content instead of panel. | ||||
* | Accordion: Update activate and beforeActivate event properties to ↵ | Jörn Zaefferer | 2012-05-30 | 1 | -23/+23 |
| | | | | newPanel/oldPanel (instead of content). Fixes #6840 and #6842 | ||||
* | Use length property, instead of the deprecated size() method. | Shahyar G | 2012-04-23 | 1 | -34/+34 |
| | |||||
* | Accordion tests: Don't polloute the global namespace with helpers. | Scott González | 2012-04-19 | 1 | -9/+12 |
| | |||||
* | Tests: Lint. | Scott González | 2012-04-19 | 1 | -10/+10 |
| | |||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 1 | -6/+6 |
| | |||||
* | Accordion: Pass header and content in create event. Fixes #7869 - Accordion: ↵ | Scott González | 2012-01-31 | 1 | -0/+39 |
| | | | | Provide header and content details in create event. | ||||
* | Accordion tests: Cleanup. | Scott González | 2011-08-06 | 1 | -1/+1 |
| | |||||
* | Accordion tests: Don't use deprecated assertion methods. | Scott González | 2011-06-13 | 1 | -29/+29 |
| | |||||
* | Accordion tests: Coding standards. | Scott González | 2011-04-15 | 1 | -29/+29 |
| | |||||
* | Accordion: Added test to ensure activate event is not triggered if ↵ | Scott González | 2011-04-04 | 1 | -1/+11 |
| | | | | beforeActive is prevented. | ||||
* | Accordion: Removed unnecessary test. | Scott González | 2011-04-04 | 1 | -16/+2 |
| | |||||
* | Accordion: Pass original event in beforeActivate event. | Scott González | 2011-04-04 | 1 | -1/+6 |
| | |||||
* | Accordion: Allow canceling the beforeActivate event. Fixes #6896 - ↵ | Scott González | 2011-01-25 | 1 | -1/+33 |
| | | | | Accordion: Allow canceling the beforeActivate event. | ||||
* | Accordion: Renamed changestart and change events to beforeActivate and ↵ | Scott González | 2011-01-25 | 1 | -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ález | 2011-01-24 | 1 | -25/+82 |
| | |||||
* | Accordion tests: Cleanup. | Scott González | 2011-01-24 | 1 | -1/+1 |
| | |||||
* | Accordion: Test cleanup. | Scott González | 2011-01-24 | 1 | -26/+28 |
| | |||||
* | Accordion: Moved handling for programmatically collapsing the accordion out ↵ | Scott González | 2011-01-13 | 1 | -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ález | 2011-01-11 | 1 | -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 files | Richard Worth | 2009-02-03 | 1 | -2/+20 |
| | |||||
* | unit tests: created separate file for each module: core, common widget, ↵ | Richard Worth | 2009-02-02 | 1 | -0/+12 |
events, methods, options, tickets |