aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tabs/tabs_options.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-374/+0
| | | | Ref gh-1528
* Tests: Widget test helpers extend the main helperScott González2015-04-091-4/+4
| | | | | Ref #10119 Ref gh-1528
* Tabs: Convert tests to new infrastructureScott González2015-04-091-5/+9
| | | | | Ref #10119 Ref gh-1528
* Tabs: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-14/+15
|
* Tabs: Add classes optionAlexander Schmitz2015-03-111-17/+21
| | | | | Ref #7053 Ref gh-1411
* Tests: Reduce timeouts to optimize testsuite runtimeJörn Zaefferer2015-03-041-2/+2
|
* Tests: Fix style issues with missing or multiple line breaksJörn Zaefferer2015-01-241-1/+0
| | | | | As pointed out by jscs, after a esformatter run. The latter doesn't address these, so fixing them manually.
* Tabs: Prevent default action of clicks even when disabled. Fixes #9413 - ↵Scott González2013-07-031-2/+7
| | | | Tabs: Disabled tabs are still clickable.
* Widget tests: Use instance method. Also replace a few instances of $.data in ↵Jörn Zaefferer2013-03-191-2/+2
| | | | widget implementations.
* Widget: Stop setting ui-state-disabled and aria by default on setting ↵Scott González2013-03-141-1/+17
| | | | | | | | | | 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ález2013-03-141-17/+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 Sherov2013-03-111-1/+17
| | | | | | | | 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
* Tabs: Calculate border and padding on tabs container. Fixed #8836: Height ↵David Petersen2012-11-261-1/+9
| | | | overflows parent with heightStyle: 'fill'.
* Updated all widgets to use proper data keys when getting plugin instances.Scott González2012-11-091-2/+2
|
* Tabs: Removed back-compat filter in tests for negative active option.Scott González2012-10-251-22/+20
|
* Tabs: Use aria-controls instead of the anchor's href to match against ↵Scott González2012-10-121-1/+7
| | | | location.hash. Fixes #8660 - Tabs: Set initial active tab from location hash for ajax tabs.
* Tabs tests: Added tests for show and hide options.Scott González2012-07-051-1/+49
|
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-271-0/+2
|
* Tabs: Added heightStyle option. Fixed #8345 - Tabs: Add heightStyle option.Danny Trunk2012-05-281-0/+67
|
* Tabs: Pass the list item instead of the anchor in events; move aria-controls ↵Scott González2012-05-181-9/+9
| | | | from the anchor to the list item.
* Use length property, instead of the deprecated size() method.Shahyar G2012-04-231-1/+1
|
* Tabs tests: Don't pollute the global namespace with helpers.Scott González2012-04-191-34/+37
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-11/+11
|
* Tabs: Moved tests out of tickets file.Scott González2011-05-101-1/+1
|
* Tabs: Updated tests for disabled option.Scott González2011-05-091-13/+19
|
* Tabs: Added tests for event option.Scott González2011-05-091-2/+49
|
* Tabs: Clean up some tests.Scott González2011-05-031-1/+3
|
* Tabs: Better tests for tab state.Scott González2011-04-151-1/+13
|
* Tabs: Fixed issues with collapsible and active options.Scott González2011-04-111-45/+112
|
* Tabs: Updated references to .ui-tabs-selected to use .ui-tabs-active.Scott González2011-04-111-1/+1
|
* Tabs: Better handling of active option and various cleanup.Scott González2011-04-051-3/+3
|
* Tabs: CSS Consistency Updates. Fixes #7146 Tabs: CSS Consistency UpdatesDavid Petersen2011-03-291-2/+2
|
* Tabs: Deprecate cookie option. Fixes #7144 Tabs: Deprecate cookie optionDavid Petersen2011-03-281-35/+0
|
* Tabs: Deprecate select method. Fixes #7138 Tabs: Deprecate select methodDavid Petersen2011-03-281-4/+6
|
* Tabs: Rename selected option to active. Fixes #7135 Tabs: Rename selected ↵David Petersen2011-03-271-15/+15
| | | | option to active
* Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options) ↵David Petersen2011-03-271-12/+0
| | | | Fixes #7139 Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options)
* Tabs: Deprecate spinner option. Fixes #7134 Tabs: Deprecate spinner optionDavid Petersen2011-03-261-4/+0
|
* Tabs: Add beforeload event; deprecate ajaxOptions and cache options. Fixes ↵David Petersen2011-03-261-8/+0
| | | | #7131 Tabs: Add beforeload event; deprecate ajaxOptions and cache options
* Tabs: Fix disable and enable methods to correctly handle when index is ↵David Petersen2011-03-211-4/+3
| | | | undefined. Use boolean when fully enabled/disabled. Allow selected tab to be disabled.Fixes #4386
* added tests for disabled propertycarhartl2010-05-051-10/+23
|
* updated unit test for #4031 - Tabs: Remove deselectable optionRichard Worth2009-12-241-16/+0
|
* Removed use of .data() for getting/setting options in tests; using each ↵Scott González2009-11-091-11/+11
| | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests.
* Tabs: fixed bug related to setting selected via data method, cleaned up mess ↵Klaus Hartl2009-02-051-27/+22
| | | | in tests
* just reviewedKlaus Hartl2009-02-041-3/+3
|
* tabs unit tests: split tests into individual files, added some missing testsRichard Worth2009-02-031-1/+134
|
* unit tests: created separate file for each module: core, common widget, ↵Richard Worth2009-02-021-0/+12
events, methods, options, tickets