aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tabs/tabs.html
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix AMD loading in IE8Scott González2015-04-171-0/+1
| | | | | It appears that we must load require.js via a standard script tag in order for it to work properly in IE8.
* Tabs: Convert tests to new infrastructureScott González2015-04-091-25/+2
| | | | | Ref #10119 Ref gh-1528
* Tabs: Add classes optionAlexander Schmitz2015-03-111-0/+1
| | | | | Ref #7053 Ref gh-1411
* Build: Pull in jquery.simulate.js from BowerMike Sherov2014-08-221-1/+1
| | | | Fixes #10563
* Build: Reorganize external directoryScott González2014-06-241-2/+2
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* Tests: Update to sane QUnit markupJörn Zaefferer2014-02-201-5/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-4/+4
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Tabs: Removed all templating features. Fixes #7158 - Tabs: Remove add and ↵Scott González2012-10-251-3/+0
| | | | remove methods. Fixes #7157 - Tabs: Remove templating (idPrefix, tabTemplate, panelTemplate options). Fixes #7149 - Tabs: Remove use of title attribute.
* Tabs: Account for non-tab list items on init. Fixes #8568 - jQuery ui tabs: ↵Scott González2012-09-121-0/+8
| | | | wrong default active li if ul contains extraneous elements.
* Tabs: Added heightStyle option. Fixed #8345 - Tabs: Add heightStyle option.Danny Trunk2012-05-281-0/+25
|
* Tabs: Pass the list item instead of the anchor in events; move aria-controls ↵Scott González2012-05-181-1/+1
| | | | from the anchor to the list item.
* Fix various issues in our html files, fifth batchRichard D. Worth2012-04-261-0/+1
|
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-231-7/+5
|
* Tests: Rename {widget}_defaults.js -> {widget}_common.jsScott González2012-04-231-1/+1
|
* Tabs tests: Don't pollute the global namespace with helpers.Scott González2012-04-191-56/+1
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-3/+3
|
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-281-5/+11
|
* Tests: Added ability to run tests suites against different versions of ↵Scott González2011-07-281-1/+1
| | | | jQuery core.
* Upgrade jQuery to 1.6.2.Scott González2011-07-251-1/+1
|
* Tabs: Enable test suites for TestSwarm.Scott González2011-05-161-10/+0
|
* Tabs: Moved tests out of tickets file.Scott González2011-05-101-1/+0
|
* Tabs: Cleaned up add and remove methods.Scott González2011-04-281-1/+1
|
* Tabs: Fixed disable method and cleaned up tests for enable and disable methods.Scott González2011-04-281-0/+35
|
* Tabs: Better tests for tab state.Scott González2011-04-151-1/+13
|
* Tabs: Added tests for aria-controls attribute being assigned on init.Scott González2011-04-071-1/+2
|
* Tabs: Pass appropriate data for beforeActivate event. Fixes #7136 - Tabs: ↵Scott González2011-04-041-0/+9
| | | | Rename select event to beforeActivate.
* Tabs: Test cleanup.Scott González2011-04-041-94/+99
|
* Tabs: Add beforeload event; deprecate ajaxOptions and cache options. Fixes ↵David Petersen2011-03-261-0/+3
| | | | #7131 Tabs: Add beforeload event; deprecate ajaxOptions and cache options
* 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
|
* 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-041-1/+9
| | | | 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-031-0/+1
| | | | 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-111-0/+13
|
* Tabs: Updated tests.Scott González2010-07-161-1/+2
|
* Unit tests: Disable stale widget tests on testswarmjzaefferer2010-04-141-1/+12
|
* 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
|
* Tabs: fixed to work with empty nav list again.Scott González2009-12-251-0/+28
| | | | Fixes #4997 - No longer possible to start with empty tab then add() elements dynamically.
* extracting widget factory into jquery.ui.widget.jsJörn Zaefferer2009-12-161-0/+1
|
* 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
|