Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -207/+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: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 1 | -12/+13 |
| | |||||
* | Accordion: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -8/+20 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Accordion: Fix tests in IE 11 with jQuery 1.7-1.8 | Scott González | 2015-03-11 | 1 | -12/+55 |
| | | | | Closes gh-1482 | ||||
* | Accordion: Set `aria-expanded` when collapsing | Scott González | 2015-01-05 | 1 | -25/+55 |
| | | | | | Fixes #10703 Closes gh-1413 | ||||
* | Accordion: moving aria-expanded from active tabpanel to active tab. Fixed ↵ | Monika Piotrowicz | 2013-10-28 | 1 | -6/+6 |
| | | | | #9407 - Accordion: aria-expanded attribute on wrong element | ||||
* | Accordion tests: Fixed typos. | Scott González | 2012-06-11 | 1 | -17/+17 |
| | |||||
* | Accordion tests: Don't polloute the global namespace with helpers. | Scott González | 2012-04-19 | 1 | -2/+5 |
| | |||||
* | Tests: Lint. | Scott González | 2012-04-19 | 1 | -7/+7 |
| | |||||
* | Accordion: Fixed post-init changes to event option and added tests for ↵ | Scott González | 2012-03-27 | 1 | -1/+41 |
| | | | | keyboard support. | ||||
* | Accordion: Fixed ARIA support and added proper keyboard support. | Hans Hillen | 2012-03-27 | 1 | -15/+41 |
| | |||||
* | Accordion: Removed requirement for headers contain a child (and removed ↵ | Scott González | 2012-02-27 | 1 | -7/+0 |
| | | | | associated ui-accordion-heading class). | ||||
* | Accordion tests: Cleanup. | Scott González | 2011-08-06 | 1 | -1/+1 |
| | |||||
* | Accordion tests: Fixed location of expect() call. | Scott González | 2011-07-26 | 1 | -1/+1 |
| | |||||
* | Accordion tests: Cleanup. | Scott González | 2011-06-13 | 1 | -0/+2 |
| | |||||
* | Accordion tests: Don't use deprecated assertion methods. | Scott González | 2011-06-13 | 1 | -15/+15 |
| | |||||
* | Accordion tests: Coding standards. | Scott González | 2011-04-15 | 1 | -14/+14 |
| | |||||
* | Accordion: Removed static test pages. Added unit tests for dl markup structure. | Scott González | 2011-03-23 | 1 | -10/+12 |
| | |||||
* | Accordion: set aria-selected to true on selected header, false on others. ↵ | Richard Worth | 2011-03-15 | 1 | -1/+5 |
| | | | | Fixed #7078 - Accordion: Set aria-selected | ||||
* | Accordion: More tests. | Scott González | 2011-01-24 | 1 | -0/+12 |
| | |||||
* | Accordion tests: Cleanup. | Scott González | 2011-01-24 | 1 | -1/+1 |
| | |||||
* | Accordion: Test cleanup. | Scott González | 2011-01-24 | 1 | -32/+27 |
| | |||||
* | 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: Added .ui-accordion-heading class to header's first child. Fixes ↵ | Alex Dovenmuehle | 2010-12-10 | 1 | -0/+7 |
| | | | | #6743 - Accordion: Add .ui-accordion-heading class. | ||||
* | Accordion unit tests: Refactored state-helper function | jzaefferer | 2010-04-03 | 1 | -11/+0 |
| | |||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 1 | -1/+1 |
| | | | | menu; including menu static tests). | ||||
* | accordion: remove deprecated alwaysOpen option (collapsible was introduced ↵ | Jörn Zaefferer | 2009-09-15 | 1 | -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 files | Richard Worth | 2009-02-03 | 1 | -2/+42 |
| | |||||
* | unit tests: created separate file for each module: core, common widget, ↵ | Richard Worth | 2009-02-02 | 1 | -0/+12 |
events, methods, options, tickets |