aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tabs
Commit message (Collapse)AuthorAgeFilesLines
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-232-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests
* Tabs: Use aria-controls instead of the anchor's href to match against ↵Scott González2012-10-121-1/+7
| | | | location.hash. Fixes #8660 - Tabs: Set initial active tab from location hash for ajax tabs.
* Upgrade jQuery to 1.8.2.Scott González2012-09-201-1/+1
|
* Tabs: Account for non-tab list items on init. Fixes #8568 - jQuery ui tabs: ↵Scott González2012-09-123-0/+25
| | | | wrong default active li if ul contains extraneous elements.
* Tabs tests: Added test for widget() method.Scott González2012-08-261-0/+8
|
* WhitespaceScott González2012-08-261-2/+2
|
* Tabs: Set ajaxOptions in intial $.ajax() call. Fixes #8504 - Ajax in Tabs ↵Scott González2012-08-171-1/+5
| | | | not passing data in 1.9. beta 1.
* Upgrade jQuery to 1.8.0.Scott González2012-08-131-1/+1
|
* Tabs tests: Removed workaround for Firefox <13 passing values to setTimeout().Scott González2012-07-261-15/+3
|
* Tabs tests: Added tests for show and hide options.Scott González2012-07-051-1/+49
|
* Tabs tests: Add tests for accessibility of ajax tabs.Scott González2012-07-051-1/+17
|
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-272-0/+3
|
* 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 tests: Don't call start directly from setTimeout because Firefox <13 is ↵Scott González2012-06-111-3/+15
| | | | dumb.
* Tabs: Panel keyboard support tests.Scott González2012-06-081-5/+93
|
* Tabs: CTRL navigation tests.Scott González2012-06-081-3/+200
|
* Tabs: Basic keyboard support tests.Scott González2012-06-081-0/+153
|
* Tabs: ARIA tests.Scott González2012-06-081-2/+57
|
* Tabs: Added heightStyle option. Fixed #8345 - Tabs: Add heightStyle option.Danny Trunk2012-05-286-0/+125
|
* Tabs: Pass the list item instead of the anchor in events; move aria-controls ↵Scott González2012-05-188-67/+81
| | | | from the anchor to the list item.
* Tabs: Replaced fx option with show and hide options. Fixes #8319 - Tabs: ↵Scott González2012-05-142-1/+4
| | | | Deprecate fx option.
* Tabs tests: Work around IE quirks.Scott González2012-05-041-3/+15
|
* Fix various issues in our html files, fifth batchRichard D. Worth2012-04-262-0/+2
|
* Use length property, instead of the deprecated size() method.Shahyar G2012-04-234-56/+56
|
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-232-14/+10
|
* Tests: Rename {widget}_defaults.js -> {widget}_common.jsScott González2012-04-234-2/+2
|
* Update to official qunit composite addonJörn Zaefferer2012-04-211-2/+2
|
* Tests: Move commonWidgetTests() to TestHelpers.Scott González2012-04-192-2/+2
|
* Tabs tests: Don't pollute the global namespace with helpers.Scott González2012-04-198-256/+219
|
* Tests: Lint.Scott González2012-04-182-15/+15
|
* Upgrade jQuery to 1.7.2.Scott González2012-03-221-1/+1
|
* Updated to QUnit 1.4.0.Jörn Zaefferer2012-03-101-0/+1
| | | | | | Added expect(0) to make tabs and tooltip tests pass, even though those assertions are actually missing. Introduces dialog and slider failures when running in composite all.html suite, all green when running one by one, also all-active.html is green.
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-297-157/+157
|
* Widget: Allow redefining a widget after other widgets have inherited from it.Scott González2012-02-011-5/+5
|
* Tabs: Pass tab and panel in create event. Fixes #7868 - Tabs: Provide tab ↵Scott González2012-01-211-0/+39
| | | | and panel details in create event.
* Upgrade jQuery to 1.7.1.Scott González2011-11-221-1/+1
|
* Upgrade jQuery to 1.7.Scott González2011-11-091-1/+1
|
* Tabs test: Increase delay in load test.Scott González2011-11-021-2/+2
|
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-282-10/+22
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-181-1/+1
|
* Tabs: Force ajax tabs to resolve asynchronously to avoid a bug caused by ↵Scott González2011-10-101-1/+2
| | | | cached XHRs resolving immediately in IE.
* Tabs: Fixed detection of local vs. remote tabs. Fixes #4941 - Mishandling of ↵Scott González2011-08-111-1/+1
| | | | base tag. Fixes #4836 - Self refering href only partially detected.
* Tests: Added test suites to run individual widget tests against all ↵Scott González2011-08-021-0/+30
| | | | supported jQuery versions.
* Tests: Added ability to run tests suites against different versions of ↵Scott González2011-07-282-2/+2
| | | | jQuery core.
* Upgrade jQuery to 1.6.2.Scott González2011-07-252-2/+2
|
* Tabs: Fixed load event with back compat enabled.Scott González2011-05-173-57/+123
|
* Tabs: Enable test suites for TestSwarm.Scott González2011-05-162-20/+0
|
* Tabs: Added tests for load method.Scott González2011-05-161-2/+79
|
* Tabs: Fixed select event.Scott González2011-05-101-18/+37
|
* Tabs: Fixed show event.Scott González2011-05-101-14/+35
|