aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tabs/tabs_methods.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-290/+0
| | | | Ref gh-1528
* Tests: Widget test helpers extend the main helperScott González2015-04-091-3/+3
| | | | | Ref #10119 Ref gh-1528
* Tabs: Convert tests to new infrastructureScott González2015-04-091-9/+13
| | | | | Ref #10119 Ref gh-1528
* Tabs: Add classes optionAlexander Schmitz2015-03-111-0/+16
| | | | | Ref #7053 Ref gh-1411
* Tests: Reduce timeouts to optimize testsuite runtimeJörn Zaefferer2015-03-041-2/+2
|
* Tabs: Remove ui-tabs-aria-controls data on destroy.Scott González2012-11-161-1/+4
|
* Tabs: Removed back-compat for load event. Fixes #8731 - Tabs: Remove ↵Scott González2012-10-251-10/+2
| | | | back-compat for load event.
* Tabs tests: Added test for widget() method.Scott González2012-08-261-0/+8
|
* WhitespaceScott González2012-08-261-2/+2
|
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-271-0/+1
|
* Tabs: Walk previous tabs (and loop) in refresh() in case the tab we're ↵Scott González2012-06-121-0/+20
| | | | trying to activate is disabled.
* Tabs: Pass the list item instead of the anchor in events; move aria-controls ↵Scott González2012-05-181-7/+15
| | | | from the anchor to the list item.
* Use length property, instead of the deprecated size() method.Shahyar G2012-04-231-8/+8
|
* Tabs tests: Don't pollute the global namespace with helpers.Scott González2012-04-191-42/+45
|
* Tests: Lint.Scott González2012-04-181-6/+4
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-14/+14
|
* Tabs test: Increase delay in load test.Scott González2011-11-021-2/+2
|
* Tabs: Fixed load event with back compat enabled.Scott González2011-05-171-9/+17
|
* Tabs: Added tests for load method.Scott González2011-05-161-2/+79
|
* Tabs: Updated tests for destroy method.Scott González2011-05-091-13/+4
|
* Tabs: Clean up some tests.Scott González2011-05-031-1/+1
|
* Tabs: Added more tests for refresh method and changed the implementation a bit.Scott González2011-04-281-49/+67
|
* Tabs: Fix issues with refresh method, add refresh method testsDavid Petersen2011-04-281-8/+31
|
* Tabs: Fixed disable method and cleaned up tests for enable and disable methods.Scott González2011-04-281-71/+63
|
* Tabs: enable/disable handle when current state already matches, fix error ↵David Petersen2011-04-281-2/+20
| | | | when disabled = true and enable gets called
* Tabs: Better tests for tab state.Scott González2011-04-151-58/+3
|
* Tabs: Better handling of active option and various cleanup.Scott González2011-04-051-1/+1
|
* Tabs: CSS Consistency Updates. Fixes #7146 Tabs: CSS Consistency UpdatesDavid Petersen2011-03-291-13/+13
|
* Tabs: Deprecate select method. Fixes #7138 Tabs: Deprecate select methodDavid Petersen2011-03-281-30/+1
|
* Tabs: Rename selected option to active. Fixes #7135 Tabs: Rename selected ↵David Petersen2011-03-271-12/+12
| | | | option to active
* Tabs: Deprecate url method; use aria-controls instead of title to specify ↵David Petersen2011-03-271-4/+0
| | | | panels. Fixes #7132 Tabs: Deprecate url method; use aria-controls instead of title to specify panels
* Tabs: split up _tabify, create refresh method. Fixes #7140 Tabs: Add refresh ↵David Petersen2011-03-261-0/+28
| | | | method
* Tabs: Deprecate the length method. Fixes #7143 Tabs: Deprecate the length methodDavid Petersen2011-03-261-7/+0
|
* Tabs: Deprecate add and remove methods Fixes #7141 Tabs: Deprecate add and ↵David Petersen2011-03-261-36/+0
| | | | remove methods
* Tabs: Fix disable and enable methods to correctly handle when index is ↵David Petersen2011-03-211-6/+40
| | | | undefined. Use boolean when fully enabled/disabled. Allow selected tab to be disabled.Fixes #4386
* Tabs: Removed rotate method. Fixes #5939 - Tabs: Remove rotation.Scott González2010-12-101-4/+0
|
* Tab: modified init to display correct content of misordered div when hash ↵jenters2010-10-041-0/+36
| | | | present in url. Fixed #6125 - Incorrect selection of tab on init with hash in url and misordered divs
* Tabs: Updated tests.Scott González2010-07-161-10/+1
|
* added tests for enable/disablecarhartl2010-04-201-20/+36
|
* 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: few fixes required in destroy method, removed ol as tabifyable elementKlaus Hartl2009-03-011-3/+5
|
* Tabs: normalization of href attribute required in IE, fixes #4134Klaus Hartl2009-02-191-1/+3
|
* Tabs: mouseover/focus handling for added tabs, plus test, fixes #4097 as ↵Klaus Hartl2009-02-131-0/+12
| | | | well as focus/blur handling when using keyboard
* Tabs: Added tests for select method while at the same time implemented ↵Klaus Hartl2009-02-051-4/+35
| | | | consistent handling of possible values to pass, addresses #4051
* tabs unit tests: split tests into individual files, added some missing testsRichard Worth2009-02-031-1/+82
|
* unit tests: created separate file for each module: core, common widget, ↵Richard Worth2009-02-021-0/+12
events, methods, options, tickets