jzaefferer
b65583a029
Menu: Cleanup unit test page
2011-02-25 11:16:16 +01:00
Scott González
bed6def5c0
Autocomplete tests: Fixed various bugs in various versions of IE.
2011-02-24 22:55:24 +01:00
jzaefferer
b8f3e5b1c0
Menu: Fix testsuite, new option
2011-02-24 21:29:48 +01:00
jzaefferer
38cfcfffe9
Menu: Update autocomplete to use deactivate and check for focus class
2011-02-24 12:05:20 +01:00
Scott González
50958718c2
Autocomplete: Added support for contenteditable elements. Fixes #6914 - Autocomplete: Support contenteditable.
2011-02-24 10:24:32 +01:00
jzaefferer
3f353cc8fb
Menu: Update unit test to use focus instead of activate method
2011-02-24 10:07:24 +01:00
jzaefferer
c37637ee99
Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests use
2011-02-23 12:46:13 +01:00
jzaefferer
6597d3eafb
Drop unused tests/unit/defaults.html. If any, we need to composite suite
...
that runs everything, not just defaults.
2011-02-23 12:39:25 +01:00
jzaefferer
1c7ab042fa
Disable dialog tests on TestSwarm until we can get some running in IE6
...
without freezing the browser.
2011-02-21 22:26:38 +01:00
jzaefferer
a1ebed70e3
Unit tests: Add QUnit toolbar for hiding passed tests
2011-02-21 20:39:35 +01:00
Scott González
f70f01af9e
Accordion: Handle changing the event option. Fixes #6740 - Dynamically changing accordion's event handler doesn't actually change the behaviour.
2011-02-21 16:07:59 +01:00
jzaefferer
84a4a4442d
Merge branch 'master' of github.com:jquery/jquery-ui
2011-02-21 14:45:54 +01:00
jzaefferer
b107181bbb
Fix datepicker tests to pass in Chrome and run faster by letting QUnit
...
handle the staggered proessing (renders at least once per second, faster
then rendering after each test). Disabled broken manual-entry tests
after confirming its only an issue in the test, not the impl.
2011-02-18 16:08:17 +01:00
William Kevin Manire
c94ec23b26
Widget: modified widget to throw exception on attempt to call private methods. Fixed #6947 - Attempt to access private member of widget returns jQuery object
2011-02-16 00:28:32 -08:00
Dan Heberden
5c3dc7d48a
Datepicker: prevent datepicker initialization on empty jquery collection and add unit test. Fixed #6976 - datepicker creates extra dom element with empty object
2011-02-15 10:15:46 -08:00
David Petersen
8ef8d2d877
Tabs: Pass original event for show and select events. Fixes #5043 - Tabs: pass original event.
2011-02-15 08:56:19 -05:00
jzaefferer
c4a7f45dbc
Tooltip: Added missing items test
2011-02-11 16:01:23 +01:00
jzaefferer
cfa4833fe9
Merge branch 'master' of github.com:jquery/jquery-ui
2011-02-11 15:44:56 +01:00
jzaefferer
e69839ae6a
Menu: Fix unit tests and set the right menu1-activedescendant attribute
2011-02-11 15:42:44 +01:00
Richard Worth
c8063f9252
Added swarminject.js for menu, spinner, and tooltip test pages. Fixes unit tests to run correctly on swarm.jquery.org
2011-02-11 09:40:10 -05:00
Scott González
6096aed0a3
Widget: Fixed super methods with deep inheritance chains.
2011-02-10 21:25:50 -05:00
Scott González
ee88a56243
Widget: Added ability to use $.widget() to create extensions. Fixes #6937 - Widget: Allow redefining a widget to create extensions.
2011-02-03 16:37:17 -05:00
Scott González
678ff6326a
Added version property to plugins that were missing them.
2011-02-03 12:01:26 -05:00
Scott González
a4da197a91
Accordion: Added tests for custom header option.
2011-02-03 10:11:00 -05:00
Scott González
2e17770e54
Accordion: Update active option when programmatically collapsing the accordion.
2011-02-03 10:04:40 -05:00
Scott González
d099e3a3b2
Accordion: Handle negative values for active option on init.
2011-02-03 09:59:05 -05:00
Scott González
714a77f202
Accordion: Properly handle collapsible: false and active: false by changing active to 0.
2011-02-03 09:54:11 -05:00
Michael DellaNoce
b3fcf17471
Widget: Modified _trigger to invoke callbacks with apply so that handlers are invoked the same way .trigger() invokes them. Fixes #6795 - Widget: _trigger passes array arguments to handlers inconsistently.
2011-02-01 06:57:48 -05:00
Scott González
cb8f5b7f26
Merge branch 'master' into widget-events
...
Conflicts:
ui/jquery.ui.widget.js
2011-01-31 22:04:09 -05:00
Scott González
17004b9cac
Widget: Use focusin/focusout for ._focusable().
2011-01-31 21:55:22 -05:00
jzaefferer
effbb2c0ec
Update wigdet test for previous change. No stored intance via data for
...
element == instance.
2011-01-31 16:37:50 +01:00
Scott González
7a6dd71f8c
Accordion: Allow canceling the beforeActivate event. Fixes #6896 - Accordion: Allow canceling the beforeActivate event.
2011-01-25 00:52:42 -05:00
Scott González
088ef05142
Accordion: Renamed changestart and change events to beforeActivate and activate, respectively. Fixes #6840 - Accordion: Rename changestart event to beforeActivate. Fixes #6842 - Accordion: Rename change event to activate.
2011-01-25 00:05:55 -05:00
Scott González
06d61f5f23
Accordion: More tests.
2011-01-24 22:40:03 -05:00
Scott González
63c72aba0d
Tests: Fixed erroneous refernece to accordion.
2011-01-24 22:37:57 -05:00
Scott González
0ef4b4f28a
Widget: Added tests for ._hoverable() and ._focusable().
2011-01-24 21:54:50 -05:00
Scott González
4a384c63ff
Widget tests: Remove workaround for old QUnit bug.
2011-01-24 21:31:12 -05:00
Scott González
8034cc3803
Widget tests: Cleanup.
2011-01-24 21:22:40 -05:00
Scott González
2e214f984d
Accordion test: Fixed an icon test.
2011-01-24 21:00:39 -05:00
Scott González
25f420eb9a
Accordion tests: Cleaned up deprecated tests.
2011-01-24 20:35:58 -05:00
Scott González
5ed1046a4a
Accordion tests: Cleanup.
2011-01-24 19:20:09 -05:00
Scott González
ecc0ef53de
Accordion tests: Getting really ghetto in an attempt to get deprecated tests to run in TestSwarm.
2011-01-24 16:00:34 -05:00
Scott González
140d90a9a4
Accordion: Test cleanup.
2011-01-24 15:45:29 -05:00
Scott González
c96c249780
Accordion: First pass at splitting out tests for deprecated functionality.
2011-01-24 14:38:23 -05:00
Scott González
cc90b44060
Widget: Allow this.element to be the widget instance instead of a DOM element. Fixes #6895 - Widget: Allow non-DOM based widget.
2011-01-24 13:33:24 -05:00
Scott González
bc71499a50
Widget: Added tests for defaultElement and element normalization between jQuery objects, elements and selectors.
2011-01-23 19:58:31 -05:00
Scott González
6072703cd1
Widget: Added "dynamic" bindings via ._bind() to allow for proxying.
2011-01-18 01:53:20 -05:00
Scott González
659db70caa
Widget: Added ._bind() for easily binding events with correct context and disabled checking. Pretty much a direct copy from the previous bind branch.
2011-01-18 01:46:26 -05:00
Ivan Peters
67b070f97a
Datepicker: Update parseDate to properly handle a string value in shortYearCutoff. Fixed #6872 : parseDate does not default shortYearCutoff correctly.
2011-01-18 16:25:58 +13:00
jzaefferer
90a5906af5
Renamed glob.js to jquery.global.js to match actual plugin filenames.
2011-01-17 19:25:14 +01:00