aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/accordion
Commit message (Expand)AuthorAgeFilesLines
* Accordion tests: Cleanup.Scott González2011-08-066-11/+11
* Tests: Cleanup.Scott González2011-08-032-6/+6
* Accordion tests: cleanup.Scott González2011-08-033-64/+46
* Tests: Added test suites to run individual widget tests against all supported...Scott González2011-08-021-0/+30
* Tests: Added ability to run tests suites against different versions of jQuery...Scott González2011-07-282-2/+2
* Accordion tests: Fixed location of expect() call.Scott González2011-07-261-1/+1
* Merge branch 'master' into core-1.6.1Scott González2011-07-257-112/+152
|\
| * Accordion tests: Cleanup.Scott González2011-06-136-23/+63
| * Accordion tests: Don't use deprecated assertion methods.Scott González2011-06-136-89/+89
* | Upgrade jQuery to 1.6.2.Scott González2011-07-252-2/+2
* | Use .attr() for boolean ARIA attributes.Scott González2011-07-121-8/+8
* | .attr() -> .prop()Scott González2011-06-081-8/+8
|/
* Widget: define a null default for the create callback.Scott González2011-04-252-2/+4
* Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults.Scott González2011-04-252-2/+12
* Accordion tests: Coding standards.Scott González2011-04-157-268/+268
* Accordion: Added test to ensure activate event is not triggered if beforeActi...Scott González2011-04-041-1/+11
* 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 tests: Only use single words inside headers to avoid breaking onto ...Scott González2011-04-041-2/+2
* Accordion tests: Only use single words inside headers to avoid breaking onto ...Scott González2011-04-041-2/+2
* Tests: Renamed files for deprecated tests now that TestSwarm is setup to prop...Scott González2011-04-041-0/+0
* Accordion tests: lowercase doctype.Scott González2011-04-042-2/+2
* Removed empty ticket test files.Scott González2011-03-282-2/+0
* Accordion: Removed empty ticket test file.Scott González2011-03-281-5/+0
* Accordion: Removed static test pages. Added unit tests for dl markup structure.Scott González2011-03-233-10/+54
* Accordion tests: Fixed indentation.Scott González2011-03-232-76/+64
* Accordion: set aria-selected to true on selected header, false on others. Fix...Richard Worth2011-03-151-1/+5
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-022-2/+2
* Accordion: Improve unit test to get consistent results on mobile devicesjzaefferer2011-02-264-4/+4
* Adding a domEqual assertion to our testsuite for more sane DOMjzaefferer2011-02-251-14/+3
* Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests usejzaefferer2011-02-232-4/+4
* Unit tests: Add QUnit toolbar for hiding passed testsjzaefferer2011-02-212-0/+2
* Accordion: Handle changing the event option. Fixes #6740 - Dynamically changi...Scott González2011-02-211-1/+46
* Accordion: Added tests for custom header option.Scott González2011-02-031-1/+13
* Accordion: Update active option when programmatically collapsing the accordion.Scott González2011-02-031-4/+3
* Accordion: Handle negative values for active option on init.Scott González2011-02-031-4/+3
* Accordion: Properly handle collapsible: false and active: false by changing a...Scott González2011-02-031-11/+10
* Accordion: Allow canceling the beforeActivate event. Fixes #6896 - Accordion:...Scott González2011-01-252-2/+40
* Accordion: Renamed changestart and change events to beforeActivate and activa...Scott González2011-01-252-8/+98
* Accordion: More tests.Scott González2011-01-242-25/+94
* Accordion test: Fixed an icon test.Scott González2011-01-241-1/+1
* Accordion tests: Cleaned up deprecated tests.Scott González2011-01-242-133/+193
* Accordion tests: Cleanup.Scott González2011-01-2410-238/+318
* Accordion tests: Getting really ghetto in an attempt to get deprecated tests ...Scott González2011-01-243-15/+15
* Accordion: Test cleanup.Scott González2011-01-246-82/+73
* Accordion: First pass at splitting out tests for deprecated functionality.Scott González2011-01-247-184/+369
* Accordion: Renamed resize method to refresh. Fixes #6838 - Accordion: Rename ...Scott González2011-01-141-2/+2
* Accordion: Moved handling for programmatically collapsing the accordion out o...Scott González2011-01-131-1/+1
* Accordion: First pass at deprecating the activate method. Renamed _clickHandl...Scott González2011-01-114-8/+8
* Accordion: Deprecated icons.headerSelected in favor of icons.activeHeader. Fi...Alex Dovenmuehle2011-01-112-1/+20