aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tabs
Commit message (Collapse)AuthorAgeFilesLines
...
* Tabs: Cleaned up _tabId() implementation.Scott González2011-04-051-16/+27
|
* Tabs: Updated test for deprecated length method.Scott González2011-04-051-4/+4
|
* Tabs: Better handling of active option and various cleanup.Scott González2011-04-056-74/+68
|
* Tabs: Pass appropriate data for beforeLoad event. Partial fix for #7131 - ↵Scott González2011-04-053-17/+53
| | | | Tabs: Add beforeload event; deprecate ajaxOptions and cache options.
* Tabs: cleanup.Scott González2011-04-045-54/+45
|
* Tabs: Pass appropriate data for activate event. Fixes #7137 - Tabs: Rename ↵Scott González2011-04-041-20/+66
| | | | show event to activate.
* Tabs: Properly handle switching from active: false.Scott González2011-04-041-2/+23
|
* Tabs: Pass appropriate data for beforeActivate event. Fixes #7136 - Tabs: ↵Scott González2011-04-043-23/+64
| | | | Rename select event to beforeActivate.
* Tabs: Test cleanup.Scott González2011-04-043-211/+227
|
* Tabs: CSS Consistency Updates. Fixes #7146 Tabs: CSS Consistency UpdatesDavid Petersen2011-03-294-17/+17
|
* Tabs: Deprecate cookie option. Fixes #7144 Tabs: Deprecate cookie optionDavid Petersen2011-03-283-36/+36
|
* Tabs: Deprecate select method. Fixes #7138 Tabs: Deprecate select methodDavid Petersen2011-03-285-41/+47
|
* Tabs: Rename select event to beforeActivate. Fixes #7136 Tabs: Rename select ↵David Petersen2011-03-274-7/+29
| | | | event to beforeActivate
* Tabs: Rename show event to activate. Fixes #7137 Tabs: Rename show event to ↵David Petersen2011-03-274-4/+25
| | | | activate
* Tabs: Rename selected option to active. Fixes #7135 Tabs: Rename selected ↵David Petersen2011-03-275-29/+78
| | | | option to active
* Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options) ↵David Petersen2011-03-273-16/+13
| | | | Fixes #7139 Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options)
* Tabs: Deprecate url method; use aria-controls instead of title to specify ↵David Petersen2011-03-273-25/+40
| | | | 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-263-9/+8
|
* Tabs: Deprecate add and remove methods Fixes #7141 Tabs: Deprecate add and ↵David Petersen2011-03-265-72/+70
| | | | remove methods
* Tabs: Deprecate enable and disable events. Fixes #7142 Tabs: Deprecate ↵David Petersen2011-03-263-35/+35
| | | | enable and disable events
* Tabs: Deprecate spinner option. Fixes #7134 Tabs: Deprecate spinner optionDavid Petersen2011-03-264-35/+31
|
* Tabs: Add beforeload event; deprecate ajaxOptions and cache options. Fixes ↵David Petersen2011-03-267-10/+186
| | | | #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-213-11/+44
| | | | undefined. Use boolean when fully enabled/disabled. Allow selected tab to be disabled.Fixes #4386
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
|
* Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests usejzaefferer2011-02-231-1/+1
|
* Unit tests: Add QUnit toolbar for hiding passed testsjzaefferer2011-02-211-0/+1
|
* Tabs: Pass original event for show and select events. Fixes #5043 - Tabs: ↵David Petersen2011-02-151-3/+13
| | | | pass original event.
* Tabs: Removed rotate method. Fixes #5939 - Tabs: Remove rotation.Scott González2010-12-101-4/+0
|
* Tabs: Added context to global selectors. Fixed #6710 - tabs module uses ↵saks2010-12-071-0/+21
| | | | global selectors instead of local to "this.element" element.
* Lossless compression of all non-theme images using ImageOptimPhillip Barnes2010-11-191-0/+0
|
* 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
|
* Tab: modified init to display correct content of misordered div when hash ↵jenters2010-10-042-1/+45
| | | | present in url. Fixed #6125 - Incorrect selection of tab on init with hash in url and misordered divs
* Tabs: Allow non-latin characters for ids. Fixes #4581 - title attribute for ↵Scott González2010-09-032-1/+12
| | | | remote tabs does not support foreign languages.
* Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵jzaefferer2010-08-291-1/+1
| | | | testsuites on TestSwarm due to unhandled errors and race conditions
* Tabs: Ignore sublists. Fixes #5893 - Tabs: ability to contain sublists.ph-ausseil2010-08-112-0/+23
|
* Tabs: coding standard.Scott González2010-07-281-6/+6
|
* Tabs: Added tests for select event.Scott González2010-07-201-1/+12
|
* Tabs: Updated tests.Scott González2010-07-162-11/+3
|
* Tabs: unit test to verify that number of panels is equal to number of tabs.dominiquevincent2010-05-101-0/+11
| | | | | | Ticket #5069 - tabs: ui.tabs.add creates two tab panels when using a full URL Signed-off-by: dominiquevincent <dominique.vincent@toitl.com>
* added tests for disabled propertycarhartl2010-05-051-10/+23
|
* added tests for enable/disablecarhartl2010-04-202-27/+70
|
* Unit tests: Disable stale widget tests on testswarmjzaefferer2010-04-141-1/+12
|
* tabs: core ajax unit test - more refactoring, seems IE7 needs a quick ↵Richard D. Worth2010-04-021-15/+15
| | | | setTimeout for the first async test to work on first load
* tabs: core ajax unit test - run two loads as two separate asyncs so IE7 will ↵Richard D. Worth2010-04-021-0/+2
| | | | run remaining tests
* html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercaseRichard Worth2010-03-121-1/+2
|
* Externals: updated QUnit to http://github.com/jquery/qunit commit ↵Richard Worth2010-02-251-4/+14
| | | | | | | 67ba5a338d836014c24345dc218ab3c9bb63b06e The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses.
* Externals: updated jquery.cookie plugin to ↵Richard Worth2010-02-241-1/+1
| | | | http://github.com/carhartl/jquery-cookie commit 6818b83dff89e9cac9e95acd9d78bf0179777e3d
* Fixed #5182 - Update to jQuery 1.4.2Richard Worth2010-02-161-1/+1
|