aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/accordion
Commit message (Collapse)AuthorAgeFilesLines
...
* 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. ↵Richard Worth2011-03-151-1/+5
| | | | Fixed #7078 - Accordion: Set aria-selected
* 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
| | | | | comparisons. Comparing innerHTML is too dependent on random browser quirks like IE only sometimes rendering closing tags.
* 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 ↵Scott González2011-02-211-1/+46
| | | | changing accordion's event handler doesn't actually change the behaviour.
* 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 ↵Scott González2011-02-031-11/+10
| | | | active to 0.
* Accordion: Allow canceling the beforeActivate event. Fixes #6896 - ↵Scott González2011-01-252-2/+40
| | | | Accordion: Allow canceling the beforeActivate event.
* Accordion: Renamed changestart and change events to beforeActivate and ↵Scott González2011-01-252-8/+98
| | | | 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-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
| | | | to run in TestSwarm.
* 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
| | | | resize method to refresh.
* 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-114-8/+8
| | | | _clickHandler to _eventHandler and removed extraneous parameter. Updated all tests to use the option methods instead of the activate method.
* Accordion: Deprecated icons.headerSelected in favor of icons.activeHeader. ↵Alex Dovenmuehle2011-01-112-1/+20
| | | | Fixes #6834 - Accordion: Change icons.headerSelected to icons.activeHeader.
* Accordion: Move code for deprecated height options into an extension at the ↵Scott González2010-12-191-0/+1
| | | | bottom of the plugin.
* Accordion: Added test for heightStyle: fill with absolutely positioned sibling.Scott González2010-12-191-2/+4
|
* Accordion: API Redesign. Made style changes and changed 'fill' ↵Alex Dovenmuehle2010-12-171-0/+9
| | | | implementation to use $.siblings()
* Accordion: API Redesign. Merged autoHeight, fillSpace, and clearStyle into a ↵Alex Dovenmuehle2010-12-161-0/+27
| | | | new option called heightStyle
* Accordion: Added .ui-accordion-heading class to header's first child. Fixes ↵Alex Dovenmuehle2010-12-104-13/+20
| | | | #6743 - Accordion: Add .ui-accordion-heading class.
* Upgraded jQuery to 1.4.4.Scott González2010-11-121-1/+1
|
* Upgraded jQuery to 1.4.3.Scott González2010-10-211-1/+1
|
* Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵jzaefferer2010-08-291-0/+1
| | | | testsuites on TestSwarm due to unhandled errors and race conditions
* Widget: Throw errors when calling non-existent methods or methods on ↵Scott González2010-08-271-3/+0
| | | | uninistantiated widgets. Fixes #5972 - Widget: Throw error for non-existent method calls.
* Accordion unit tests: And another height-testing hotfix for Safari 3.xjzaefferer2010-04-131-1/+1
|
* Accordion unit tests: One more height-testing hotfix for Safari 3.xjzaefferer2010-04-131-4/+4
|
* Accordion unit tests: Remove role attribute to pass Opera 9 and adjust ↵jzaefferer2010-04-133-32/+27
| | | | height tests to tolerate different results, as long as they are consistent
* Accordion unit tests: Trying some more style resets for getting accordion ↵jzaefferer2010-04-121-1/+1
| | | | tests to pass in Safari 3.x, need to commit to see Testswarm results
* Accordion unit tests: Cleaned and fixed destroy-method test, working around ↵jzaefferer2010-04-122-4/+4
| | | | html rendering inconsistencies
* Accordion unit tests: Cleaned and fixed resize-method test, using ↵jzaefferer2010-04-121-9/+1
| | | | #navigation avoids the :visible matching display:none issue in IE8
* Accordion: different useless markup for getting consistent results for the ↵jzaefferer2010-04-031-3/+3
| | | | destroy test
* Accordion: Trying some styl resets, maybe finding the one for Safari 3.xjzaefferer2010-04-031-1/+1
|
* Accordion: more useless markup for getting consistent results for the ↵jzaefferer2010-04-031-3/+3
| | | | destroy test
* Accordion: Improved resize-method test, starting with a fixed container heightjzaefferer2010-04-031-2/+2
|
* Accordion: Rewrote the resize method test; fails in IE8, probably related to ↵jzaefferer2010-04-032-5/+12
| | | | :visible issue
* Accordion unit tests: Cleanupjzaefferer2010-04-031-2/+1
|