aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tabs
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Added ability to run tests against different versions of jQuery core.Scott González2011-07-281-1/+1
|
* Tests: Deleted failing widget tests.Scott González2011-07-284-71/+2
|
* Added compound test suite and updated QUnit.Scott González2011-07-281-1/+1
|
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
|
* 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
|
* switched to jQuery 1.4.1Richard Worth2010-01-271-1/+1
|
* switched to jQuery 1.4Richard Worth2010-01-201-1/+1
|
* Fixed #4960 - Tabs: wrong selected tab indexRichard Worth2009-12-311-1/+10
|
* Tabs: fixed to work with empty nav list again.Scott González2009-12-252-2/+47
| | | | Fixes #4997 - No longer possible to start with empty tab then add() elements dynamically.
* updated unit test for #4031 - Tabs: Remove deselectable optionRichard Worth2009-12-241-16/+0
|
* extracting widget factory into jquery.ui.widget.jsJörn Zaefferer2009-12-161-0/+1
|
* Removed use of .data() for getting/setting options in tests; using each ↵Scott González2009-11-092-22/+22
| | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests.
* update to latest QUnitJörn Zaefferer2009-09-291-1/+1
|
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-171-2/+2
| | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
* updated to latest QUnitJörn Zaefferer2009-09-151-1/+1
|
* tabs: comment about failing options-defaults-testJörn Zaefferer2009-09-151-0/+1
|
* change script ordering to load testswarm agent after QUnitJörn Zaefferer2009-09-111-1/+1
|
* moving test.html file to child dir for testswarm compabilityJörn Zaefferer2009-09-012-1/+1
|
* update to lastest QUnitJörn Zaefferer2009-08-301-1/+1
|
* Removed jquery.simulate from external/ as it's being removed from ↵Richard Worth2009-08-101-1/+1
| | | | jqueryjs.googlecode.com/svn/trunk/plugins
* Tabs: Added defaults for callback options. Fixed 4619 (Tabs doesn't define ↵Scott González2009-06-201-0/+7
| | | | default for select option).
* Tests: Fixed includes of cookie and simulate plugins.Scott González2009-06-201-1/+1
|
* replaced svn:externals with versioned files within trunk/externalsJörn Zaefferer2009-05-271-2/+2
|
* Tabs: few fixes required in destroy method, removed ol as tabifyable elementKlaus Hartl2009-03-011-3/+5
|
* Tabs: refactored so that it's using queue, fixes #4060Klaus Hartl2009-02-251-2/+3
|
* Switched to jQuery 1.3.2Richard Worth2009-02-201-1/+1
|
* Tabs: normalization of href attribute required in IE, fixes #4134Klaus Hartl2009-02-191-1/+3
|
* Tabs: solved spinner issues and ajax loading not being stopped when ↵Klaus Hartl2009-02-185-7/+37
| | | | selecting a static page tab, fixes #4109, #3929
* 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: fixed bug related to setting selected via data method, cleaned up mess ↵Klaus Hartl2009-02-051-27/+22
| | | | in tests