Scott González
723d3e0040
Tabs: Removed fx option. Fixes #8320 - Tabs: Remove fx option.
2012-10-25 05:32:02 -04:00
Scott González
acdd1917b2
Tabs: Removed url method. Fixes #7148 - Tabs: Remove url method.
2012-10-25 05:28:54 -04:00
Scott González
52a184e31c
Tabs: Removed ajaxOptions and cache options. Fixes #7147 - Tabs: Remove ajaxOptions and cache options.
2012-10-25 05:27:33 -04:00
Mike Sherov
e1230997aa
Build: Enable "unused" option in jshint - Remove unused variables from codebase. - Closes gh-788
...
Squashed commit of the following:
commit 7f19f92c64
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 257505a9e6
Author: Mike Sherov <mike.sherov@gmail.com>
Date: Tue Oct 23 08:10:20 2012 -0400
changes per @scott_gonzalez
commit 12725480cb
Author: Mike Sherov <mike.sherov@gmail.com>
Date: Mon Oct 22 22:54:05 2012 -0400
clean up unused vars in ui directory
commit 563595e7ae
Author: Mike Sherov <mike.sherov@gmail.com>
Date: Mon Oct 22 22:37:42 2012 -0400
clean up unused vars in grunt and tests
2012-10-23 09:37:46 -05:00
Scott González
94221c4e5b
Tabs: Use aria-controls instead of the anchor's href to match against location.hash. Fixes #8660 - Tabs: Set initial active tab from location hash for ajax tabs.
2012-10-12 11:07:04 -04:00
Scott González
a638acb583
Upgrade jQuery to 1.8.2.
2012-09-20 21:41:47 -04:00
Scott González
7023ed4699
Tabs: Account for non-tab list items on init. Fixes #8568 - jQuery ui tabs: wrong default active li if ul contains extraneous elements.
2012-09-12 09:28:51 -04:00
Scott González
072919467d
Tabs tests: Added test for widget() method.
2012-08-26 20:20:43 -04:00
Scott González
1540f4afc8
Whitespace
2012-08-26 20:20:13 -04:00
Scott González
af67883226
Tabs: Set ajaxOptions in intial $.ajax() call. Fixes #8504 - Ajax in Tabs not passing data in 1.9. beta 1.
2012-08-17 09:08:07 -04:00
Scott González
1e6b2b2298
Upgrade jQuery to 1.8.0.
2012-08-13 09:19:09 -04:00
Scott González
bfec28eb0d
Tabs tests: Removed workaround for Firefox <13 passing values to setTimeout().
2012-07-26 20:35:48 -04:00
Scott González
a6e6a0504f
Tabs tests: Added tests for show and hide options.
2012-07-05 21:07:49 -04:00
Scott González
c6567ba880
Tabs tests: Add tests for accessibility of ajax tabs.
2012-07-05 20:49:00 -04:00
Scott González
5ae668fdb6
Tests: Enable QUnit.config.requireExpects.
2012-06-27 11:32:48 -04:00
Scott González
9ebeb0616a
Tabs: Walk previous tabs (and loop) in refresh() in case the tab we're trying to activate is disabled.
2012-06-12 10:07:16 -04:00
Scott González
8c82edb40c
Tabs tests: Don't call start directly from setTimeout because Firefox <13 is dumb.
2012-06-11 16:21:12 -04:00
Scott González
db5f95fcdf
Tabs: Panel keyboard support tests.
2012-06-08 22:26:06 -04:00
Scott González
e1eeed6b4f
Tabs: CTRL navigation tests.
2012-06-08 22:26:06 -04:00
Scott González
4cacb4bbce
Tabs: Basic keyboard support tests.
2012-06-08 22:26:06 -04:00
Scott González
47a427e5a7
Tabs: ARIA tests.
2012-06-08 22:26:06 -04:00
Danny Trunk
6e2f95f59d
Tabs: Added heightStyle option. Fixed #8345 - Tabs: Add heightStyle option.
2012-05-28 15:11:20 -04:00
Scott González
5c9d9f9e9d
Tabs: Pass the list item instead of the anchor in events; move aria-controls from the anchor to the list item.
2012-05-18 16:11:14 -04:00
Scott González
d4318a5f4c
Tabs: Replaced fx option with show and hide options. Fixes #8319 - Tabs: Deprecate fx option.
2012-05-14 14:40:06 -04:00
Scott González
dec5b48898
Tabs tests: Work around IE quirks.
2012-05-04 11:21:50 -04:00
Richard D. Worth
258a637cc6
Fix various issues in our html files, fifth batch
2012-04-26 09:47:05 -04:00
Shahyar G
f3b022ddb8
Use length property, instead of the deprecated size() method.
2012-04-23 20:49:57 -04:00
Scott González
b042f8ebd6
Tests: Moved loadResources to TestHelpers.
2012-04-23 10:43:01 -04:00
Scott González
7a5a77da50
Tests: Rename {widget}_defaults.js -> {widget}_common.js
2012-04-23 10:15:17 -04:00
Jörn Zaefferer
ce3c7fab93
Update to official qunit composite addon
2012-04-21 17:49:11 +02:00
Scott González
e9d5079b04
Tests: Move commonWidgetTests() to TestHelpers.
2012-04-19 13:03:21 -04:00
Scott González
33e93ef7f0
Tabs tests: Don't pollute the global namespace with helpers.
2012-04-19 12:53:13 -04:00
Scott González
a28983086e
Tests: Lint.
2012-04-18 22:36:15 -04:00
Scott González
89ff5c5232
Upgrade jQuery to 1.7.2.
2012-03-22 09:45:22 -04:00
Jörn Zaefferer
575baa0e2c
Updated to QUnit 1.4.0.
...
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.
2012-03-10 15:39:37 +01:00
Jörn Zaefferer
72023dd045
Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.
2012-02-29 18:36:40 +01:00
Scott González
8cd4a8330c
Widget: Allow redefining a widget after other widgets have inherited from it.
2012-02-01 16:59:26 -05:00
Scott González
6800e1a2f9
Tabs: Pass tab and panel in create event. Fixes #7868 - Tabs: Provide tab and panel details in create event.
2012-01-21 08:46:02 -05:00
Scott González
54fb1441fe
Upgrade jQuery to 1.7.1.
2011-11-22 08:43:09 -05:00
Scott González
50dab05784
Upgrade jQuery to 1.7.
2011-11-09 10:18:33 -05:00
Scott González
f76873c2d2
Tabs test: Increase delay in load test.
2011-11-02 09:35:20 -04:00
Scott González
dcac8c1f29
Tests: Added ability to run tests against minified files via ?min=1
2011-10-28 15:58:33 -04:00
Scott González
efe964d86e
Upgraded jQuery to 1.6.4.
2011-10-18 09:38:27 -04:00
Scott González
fa26847f91
Tabs: Force ajax tabs to resolve asynchronously to avoid a bug caused by cached XHRs resolving immediately in IE.
2011-10-10 15:34:47 -04:00
Scott González
18a3b53988
Tabs: Fixed detection of local vs. remote tabs. Fixes #4941 - Mishandling of base tag. Fixes #4836 - Self refering href only partially detected.
2011-08-11 16:48:58 -04:00
Scott González
bea74f2ae7
Tests: Added test suites to run individual widget tests against all supported jQuery versions.
2011-08-02 20:41:50 -04:00
Scott González
d92b61e865
Tests: Added ability to run tests suites against different versions of jQuery core.
2011-07-28 07:34:31 -04:00
Scott González
daadc343be
Upgrade jQuery to 1.6.2.
2011-07-25 11:46:45 -04:00
Scott González
ad53b55f61
Tabs: Fixed load event with back compat enabled.
2011-05-17 15:46:41 -04:00
Scott González
a88d55e60e
Tabs: Enable test suites for TestSwarm.
2011-05-16 14:42:31 -04:00
Scott González
5e58859347
Tabs: Added tests for load method.
2011-05-16 14:41:27 -04:00
Scott González
85ac420a1e
Tabs: Fixed select event.
2011-05-10 14:04:50 -04:00
Scott González
7fddb1c5b5
Tabs: Fixed show event.
2011-05-10 13:56:59 -04:00
Scott González
ce6209b4e4
Tabs: Remvoed spinner image from tests.
2011-05-10 09:16:16 -04:00
Scott González
36fccdda14
Tabs: Fixed cookie implementation. Fixes #7144 - Tabs: Deprecate cookie option.
2011-05-10 09:15:08 -04:00
Scott González
a205c2c8b8
Tabs: Moved tests out of tickets file.
2011-05-10 08:47:00 -04:00
Scott González
bd6672d257
Tabs: Updated tests for destroy method.
2011-05-09 17:41:43 -04:00
Scott González
0f7075e281
Tabs: Added tests for beforeload event on init.
2011-05-09 17:38:34 -04:00
Scott González
6a9b789bc7
Tabs: Updated tests for disabled option.
2011-05-09 17:10:36 -04:00
Scott González
ea01e7fc50
Tabs: Added tests for event option.
2011-05-09 17:01:11 -04:00
Scott González
f53d117853
Tabs: Added test for abort method. Fixes #7133 - Tabs: Deprecate abort method.
2011-05-09 16:55:31 -04:00
Scott González
9ea6db634f
Tabs: Only trigger tabsload on success.
2011-05-09 16:55:31 -04:00
David Petersen
0adeb9b0e1
Tabs: Add tabsload event tests.
2011-05-09 16:55:31 -04:00
Scott González
7157af2550
Tabs: Added tests for cache option. Fixes #7131 - Tabs: Add beforeload event; deprecate ajaxOptions and cache options.
2011-05-09 15:04:01 -04:00
Scott González
9549686cb3
Tabs: Added test for ajaxOptions. Partial fix for #7131 - Tabs: Add beforeload event; deprecate ajaxOptions and cache options.
...
Thanks gnarf for the unit test idea.
2011-05-09 14:45:57 -04:00
Scott González
5ae44f8a3b
Tabs: Refactored spinner implementation. Fixes #7134 - Tabs: Deprecate spinner option.
2011-05-09 12:52:00 -04:00
Scott González
0546cd57bb
Tabs: Added tests for idPrefix, tabTemplate, panelTemplate. Fixes #7139 - Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options).
2011-05-09 11:31:01 -04:00
Scott González
cbce3585bc
Tabs: Added tests for deprecated select method. Fixes #7138 - Tabs: Deprecate select method.
2011-05-03 07:48:08 -04:00
Scott González
75f7a786ae
Tabs: Clean up some tests.
2011-05-03 07:14:33 -04:00
Scott González
92bcb2504f
Tabs: Fixed back-compat for selected option. Fixes #7135 - Tabs: Rename selected option to active.
2011-05-03 07:14:19 -04:00
Scott González
45c727d75e
Tabs: Fixed enabled and disabled methods. Fixes #7142 - Tabs: Deprecate enable and disable events.
2011-05-03 06:31:12 -04:00
Scott González
468e66ae62
Tabs: Added tests for add and remove events.
2011-04-28 22:12:59 -04:00
Scott González
1bacdec6be
Tabs: Cleaned up add and remove methods.
2011-04-28 21:35:04 -04:00
Scott González
09faa7c9fa
Tabs: Added more tests for refresh method and changed the implementation a bit.
2011-04-28 14:38:57 -04:00
David Petersen
5d23e8eacd
Tabs: Fix issues with refresh method, add refresh method tests
2011-04-28 13:13:42 -04:00
Scott González
d819cdd3a9
Tabs: Fixed disable method and cleaned up tests for enable and disable methods.
2011-04-28 12:04:08 -04:00
David Petersen
0e7769c669
Tabs: enable/disable handle when current state already matches, fix error when disabled = true and enable gets called
2011-04-28 09:37:56 -04:00
Scott González
325ee6e871
Widget: define a null default for the create callback.
2011-04-25 14:04:30 -04:00
Scott González
c4c36e557e
Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults.
2011-04-25 08:11:52 -04:00
Scott González
ae8963f054
Tabs: Rewrote some ticket tests and moved to approriate file.
2011-04-15 11:04:49 -04:00
Scott González
d3e10de6bc
Tabs: Better tests for tab state.
2011-04-15 08:53:05 -04:00
Scott González
bc65675330
Tabs: Fixed issues with collapsible and active options.
2011-04-11 13:49:22 -04:00
Scott González
ccac8cd492
Tabs: Updated references to .ui-tabs-selected to use .ui-tabs-active.
2011-04-11 10:08:32 -04:00
Scott González
d573a92beb
Tabs: Added tests for aria-controls attribute being assigned on init.
2011-04-07 13:53:20 -04:00
Scott González
bc6a28ee03
Tabs: Cleaned up _tabId() implementation.
2011-04-05 21:39:02 -04:00
Scott González
168ab6656d
Tabs: Updated test for deprecated length method.
2011-04-05 20:07:27 -04:00
Scott González
7aad37bfd5
Tabs: Better handling of active option and various cleanup.
2011-04-05 16:53:52 -04:00
Scott González
ff84d58444
Tabs: Pass appropriate data for beforeLoad event. Partial fix for #7131 - Tabs: Add beforeload event; deprecate ajaxOptions and cache options.
2011-04-05 11:28:05 -04:00
Scott González
995518c10f
Tabs: cleanup.
2011-04-04 17:06:13 -04:00
Scott González
1fc91f90d0
Tabs: Pass appropriate data for activate event. Fixes #7137 - Tabs: Rename show event to activate.
2011-04-04 15:28:33 -04:00
Scott González
e19d8261c1
Tabs: Properly handle switching from active: false.
2011-04-04 14:27:38 -04:00
Scott González
632e6c7618
Tabs: Pass appropriate data for beforeActivate event. Fixes #7136 - Tabs: Rename select event to beforeActivate.
2011-04-04 11:22:32 -04:00
Scott González
fdedf1616d
Tabs: Test cleanup.
2011-04-04 10:11:19 -04:00
David Petersen
e9ae04a394
Tabs: CSS Consistency Updates. Fixes #7146 Tabs: CSS Consistency Updates
2011-03-29 07:44:01 -04:00
David Petersen
cb0588f2dd
Tabs: Deprecate cookie option. Fixes #7144 Tabs: Deprecate cookie option
2011-03-28 22:46:31 -04:00
David Petersen
c6a6ef5ee6
Tabs: Deprecate select method. Fixes #7138 Tabs: Deprecate select method
2011-03-28 22:28:59 -04:00
David Petersen
8b0c3618bd
Tabs: Rename select event to beforeActivate. Fixes #7136 Tabs: Rename select event to beforeActivate
2011-03-27 17:02:58 -04:00
David Petersen
787efd307a
Tabs: Rename show event to activate. Fixes #7137 Tabs: Rename show event to activate
2011-03-27 16:55:05 -04:00
David Petersen
9a00fd4c5e
Tabs: Rename selected option to active. Fixes #7135 Tabs: Rename selected option to active
2011-03-27 16:42:30 -04:00
David Petersen
c363019590
Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options) Fixes #7139 Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options)
2011-03-27 16:42:19 -04:00