aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tabs/tabs_options.js
Commit message (Expand)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-374/+0
* Tests: Widget test helpers extend the main helperScott González2015-04-091-4/+4
* Tabs: Convert tests to new infrastructureScott González2015-04-091-5/+9
* Tabs: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-14/+15
* Tabs: Add classes optionAlexander Schmitz2015-03-111-17/+21
* 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
* Tabs: Prevent default action of clicks even when disabled. Fixes #9413 - Tabs...Scott González2013-07-031-2/+7
* Widget tests: Use instance method. Also replace a few instances of $.data in ...Jörn Zaefferer2013-03-191-2/+2
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Scott González2013-03-141-1/+17
* Revert "Widget: Stop setting ui-state-disabled and aria by default on setting...Scott González2013-03-141-17/+1
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Mike Sherov2013-03-111-1/+17
* Tabs: Calculate border and padding on tabs container. Fixed #8836: Height ove...David Petersen2012-11-261-1/+9
* 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 locatio...Scott González2012-10-121-1/+7
* 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
* 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 opt...David Petersen2011-03-271-15/+15
* Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options) Fix...David Petersen2011-03-271-12/+0
* 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 #7...David Petersen2011-03-261-8/+0
* Tabs: Fix disable and enable methods to correctly handle when index is undefi...David Petersen2011-03-211-4/+3
* 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 plugi...Scott González2009-11-091-11/+11
* Tabs: fixed bug related to setting selected via data method, cleaned up mess ...Klaus Hartl2009-02-051-27/+22
* 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, event...Richard Worth2009-02-021-0/+12