Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -136/+0 |
| | | | | Ref gh-1528 | ||||
* | Tests: Widget test helpers extend the main helper | Scott González | 2015-04-09 | 1 | -4/+4 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Accordion: Convert tests to new infrastructure | Scott González | 2015-04-09 | 1 | -7/+11 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Accordion: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 1 | -3/+4 |
| | |||||
* | Accordion: Maintain collapsed state on refresh. Fixes #9189 - Accordion: ↵ | Scott González | 2013-03-27 | 1 | -1/+10 |
| | | | | refresh() method incorrectly opens collapsed accordion. | ||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Scott González | 2013-03-14 | 1 | -1/+6 |
| | | | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable: disabled should not have ui-state-disabled This reverts commit 23771d38ba9d2663f6db0243c8e992dc7ff6844a. | ||||
* | Revert "Widget: Stop setting ui-state-disabled and aria by default on ↵ | Scott González | 2013-03-14 | 1 | -6/+1 |
| | | | | | | setting disabled option." This needs to wait for a major release. This reverts commit 4d67f4f34908a50ef88f95df4103ee001b777e45. | ||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Mike Sherov | 2013-03-11 | 1 | -1/+6 |
| | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable : disabled should not have ui-state-disabled | ||||
* | Accordion: Enhance refresh to allow adding/removing panels. Fixes #4672 - ↵ | David Petersen | 2012-11-11 | 1 | -1/+62 |
| | | | | Accordion: ability to add/remove panels | ||||
* | Accordion tests: Added test for widget() method. | Scott González | 2012-08-26 | 1 | -0/+8 |
| | |||||
* | Accordion tests: equalHeights() -> equalHeight(); Validate against a ↵ | Scott González | 2012-05-28 | 1 | -3/+3 |
| | | | | specific height instead of a range. | ||||
* | Accordion tests: Don't polloute the global namespace with helpers. | Scott González | 2012-04-19 | 1 | -7/+11 |
| | |||||
* | Accordion: Update method tests - active option still works when accordion is ↵ | Jörn Zaefferer | 2012-03-07 | 1 | -3/+7 |
| | | | | disabled | ||||
* | Accordion tests: Cleanup. | Scott González | 2011-08-06 | 1 | -1/+1 |
| | |||||
* | Accordion tests: Cleanup. | Scott González | 2011-06-13 | 1 | -5/+8 |
| | |||||
* | Accordion tests: Coding standards. | Scott González | 2011-04-15 | 1 | -13/+13 |
| | |||||
* | Adding a domEqual assertion to our testsuite for more sane DOM | jzaefferer | 2011-02-25 | 1 | -14/+3 |
| | | | | | comparisons. Comparing innerHTML is too dependent on random browser quirks like IE only sometimes rendering closing tags. | ||||
* | Accordion tests: Cleanup. | Scott González | 2011-01-24 | 1 | -64/+41 |
| | |||||
* | Accordion: First pass at splitting out tests for deprecated functionality. | Scott González | 2011-01-24 | 1 | -58/+1 |
| | |||||
* | Accordion: Renamed resize method to refresh. Fixes #6838 - Accordion: Rename ↵ | Scott González | 2011-01-14 | 1 | -2/+2 |
| | | | | resize method to refresh. | ||||
* | 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 | -4/+4 |
| | | | | #6743 - Accordion: Add .ui-accordion-heading class. | ||||
* | Widget: Throw errors when calling non-existent methods or methods on ↵ | Scott González | 2010-08-27 | 1 | -3/+0 |
| | | | | uninistantiated widgets. Fixes #5972 - Widget: Throw error for non-existent method calls. | ||||
* | Accordion unit tests: Remove role attribute to pass Opera 9 and adjust ↵ | jzaefferer | 2010-04-13 | 1 | -11/+6 |
| | | | | height tests to tolerate different results, as long as they are consistent | ||||
* | Accordion unit tests: Cleaned and fixed destroy-method test, working around ↵ | jzaefferer | 2010-04-12 | 1 | -1/+1 |
| | | | | html rendering inconsistencies | ||||
* | Accordion unit tests: Cleaned and fixed resize-method test, using ↵ | jzaefferer | 2010-04-12 | 1 | -9/+1 |
| | | | | #navigation avoids the :visible matching display:none issue in IE8 | ||||
* | Accordion: Improved resize-method test, starting with a fixed container height | jzaefferer | 2010-04-03 | 1 | -2/+2 |
| | |||||
* | Accordion: Rewrote the resize method test; fails in IE8, probably related to ↵ | jzaefferer | 2010-04-03 | 1 | -4/+11 |
| | | | | :visible issue | ||||
* | Accordion unit tests: Cleanup | jzaefferer | 2010-04-03 | 1 | -2/+1 |
| | |||||
* | Accordion unit tests: Refactored state-helper function | jzaefferer | 2010-04-03 | 1 | -9/+0 |
| | |||||
* | Accordion unit tets: Replacing destory method test with autocomplete/button ↵ | jzaefferer | 2010-03-27 | 1 | -15/+3 |
| | | | | approach, comparing before/after html - had to add some classes and empty style attributes to ignore class='' and style='', harmless enough | ||||
* | Removed use of .data() for getting/setting options in tests; using each ↵ | Scott González | 2009-11-09 | 1 | -10/+2 |
| | | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests. | ||||
* | accordion: reverted previous change to test | Jörn Zaefferer | 2009-09-15 | 1 | -1/+1 |
| | |||||
* | updated to latest QUnit | Jörn Zaefferer | 2009-09-15 | 1 | -2/+3 |
| | |||||
* | accordion: activate test fix, use false to close, not -1 | Jörn Zaefferer | 2009-09-15 | 1 | -2/+1 |
| | |||||
* | accordion: remove deprecated alwaysOpen option (collapsible was introduced ↵ | Jörn Zaefferer | 2009-09-15 | 1 | -11/+79 |
| | | | | 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 | ||||
* | Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵ | Scott González | 2009-04-15 | 1 | -0/+22 |
| | | | | factory should auto detect getters. | ||||
* | accordion unit tests: split tests into individual files | Richard Worth | 2009-02-03 | 1 | -2/+67 |
| | |||||
* | unit tests: created separate file for each module: core, common widget, ↵ | Richard Worth | 2009-02-02 | 1 | -0/+12 |
events, methods, options, tickets |