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
|
0a5a9090f8
|
Tests: Lint.
|
2012-04-19 10:28:26 -04:00 |
|
Scott González
|
89ff5c5232
|
Upgrade jQuery to 1.7.2.
|
2012-03-22 09:45:22 -04: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 |
|
Alberto Monteiro
|
a4b7feabd3
|
Dialog: When destroy is called place the element back in original DOM position. Fixed #4980 - Dialog: Destroy should place element back in original DOM position
|
2011-12-15 17:52:49 -03:00 |
|
James Khoury
|
ce0afde900
|
Dialog: Modified the dialog._size() to use outerHeight in calculating the nonContentHeight. Fixed #7692 - dialog: dialog height bug is incorrect when .ui-dialog padding set.
|
2011-11-28 16:52:10 -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
|
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 |
|
Corey Frang
|
dfe75e1b55
|
Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it would everywhere, switching back to keydown.
|
2011-08-20 18:05:39 -05:00 |
|
Corey Frang
|
96e5c241e1
|
Dialog: Tabbing out of a modal dialog was possible because keypress doesn't fire for tabs everywhere, switched to keyup. Added Unit Test - Caught by @DomenicDenicola - Fixes #3123 - Tabbing stops in modal dialog
|
2011-08-19 06:03:59 -05:00 |
|
Scott González
|
6fb68568be
|
Tests: Cleanup.
|
2011-08-03 21:43:52 -04:00 |
|
Scott González
|
4adb9026ea
|
Tests: Cleanup.
|
2011-08-03 17:12:44 -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
|
da84672db8
|
.attr() -> .prop()
|
2011-06-08 17:02:57 -04:00 |
|
Scott González
|
325ee6e871
|
Widget: define a null default for the create callback.
|
2011-04-25 14:04:30 -04:00 |
|
Jay Merrifield
|
f9996682b5
|
Dialog: Before handling escape key presses, check if the default action has been prevented. Fixes #6966 - Pressing ESC on dialog when 2 dialogs are open closes both dialogs.
|
2011-03-08 09:42:10 -05:00 |
|
Douglas Neiner
|
15c97e0b76
|
Dialog: Added a class to dialog wrapper when it is currently displaying buttons, includes unit tests for changes. Fixed #7057 - An extra class is needed on the dialog wrapper to specify when a buttonset is showing
|
2011-03-03 09:37:16 -05:00 |
|
Richard Worth
|
593799d6e3
|
Switched to latest stable jQuery 1.5.1
|
2011-03-02 20:49:20 -05:00 |
|
jzaefferer
|
c37637ee99
|
Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests use
|
2011-02-23 12:46:13 +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
|
b42125af43
|
Dialog: Removed handling of deprecated beforeclose option. Fixes #5100 - Dialog: remove deprecated dialog option beforeclose.
|
2010-12-10 14:31:36 -05:00 |
|
Scott González
|
0e15f573d6
|
Revert "Dialog: Moved the default value for the position.of option inside the _position() method to avoid a bug in jQuery 1.3.2. Fixes #6030 - ui.dialog with jQuery 1.3.2 causes RangeError."
This reverts commit 22671ad4f8 .
|
2010-12-10 13:42:29 -05:00 |
|
Scott González
|
22671ad4f8
|
Dialog: Moved the default value for the position.of option inside the _position() method to avoid a bug in jQuery 1.3.2. Fixes #6030 - ui.dialog with jQuery 1.3.2 causes RangeError.
This should be reverted in jQuery UI 1.9.
|
2010-12-08 12:36:19 -05:00 |
|
Scott González
|
22cf318e40
|
Dialog position tests: Use Math.round() instead of Math.floor().
|
2010-12-03 09:14:27 -05:00 |
|
Scott González
|
fce1f97f76
|
Upgraded jQuery to 1.4.4.
|
2010-11-12 09:19:26 -05:00 |
|
Jay Merrifield
|
dfb3544297
|
Dialog: Make sure the overlay instance still exists before trying to remove it. Fixes #6645 - Dialog: Missing element not found check in overlay code.
|
2010-11-12 08:16:41 -05:00 |
|
Scott González
|
19f9c3a559
|
Upgraded jQuery to 1.4.3.
|
2010-10-21 22:29:28 -04:00 |
|
Scott González
|
7d9d2b551f
|
External: Updated bgiframe to 2.1.2. Fixes #6190 - Dialog demos don't work in IE9 because of bgiframe.
|
2010-10-19 23:05:13 -04:00 |
|
John Firebaugh
|
e66cdfcf59
|
Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') causes form elements to reset on IE7.
|
2010-10-04 09:18:46 -04:00 |
|
Scott González
|
c090802cc1
|
Revert "Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') causes form elements to reset on IE7."
This reverts commit 67b1db14c9 .
Reverting so I can commit again with the proper author.
|
2010-10-04 09:18:21 -04:00 |
|
Scott González
|
67b1db14c9
|
Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') causes form elements to reset on IE7.
|
2010-10-04 09:15:40 -04:00 |
|
Scott González
|
0c82f7ec2c
|
Dialog tests: Enabling in TestSwarm.
|
2010-09-07 12:28:36 -04:00 |
|
Scott González
|
0050f234a8
|
Dialog: Fixed test for default title. Some browsers were returning an actual non-breaking space and some were returning the string " ".
|
2010-09-07 09:49:58 -04:00 |
|
Scott González
|
d80e2236f6
|
Dialog: Reduced size of dialogs in height/width tests.
|
2010-09-07 08:58:20 -04:00 |
|
Scott González
|
2365d03cef
|
Dialog: Fixed a broken maxHeight test.
The size tests are fragile because they require the browser window to be large enough to contain the dialog.
|
2010-09-02 08:41:28 -04:00 |
|
Scott González
|
de02aa34a8
|
Dialog: Set the _isOpen flag before triggering the open event. Fixes #6012 - Dialog: _isOpen flag should be set before triggering open event.
|
2010-09-02 08:35:40 -04:00 |
|
Scott González
|
95a34593f9
|
Dialog: Added additional syntax for creating buttons. Fixes #4344 - Dialog: Enhanced Button Option.
|
2010-08-31 10:17:53 -04:00 |
|
jzaefferer
|
d8bee228b3
|
Seperated testswarm injection from testsuite extensions, to fix 'failing' testsuites on TestSwarm due to unhandled errors and race conditions
|
2010-08-29 17:21:39 +02:00 |
|
Scott González
|
79ee6f0d7b
|
Dialog: When using the title attribute, update the title option. Fixes #5877 - Dialog: when using the title attribute, the title option should be updated.
|
2010-08-27 18:02:11 -04:00 |
|
Scott González
|
1e28040cf3
|
Widget: Throw errors when calling non-existent methods or methods on uninistantiated widgets. Fixes #5972 - Widget: Throw error for non-existent method calls.
|
2010-08-27 14:48:17 -04:00 |
|
Ziling Zhao
|
c5770c0e84
|
Dialog: modified so that minWidth is respected. Fixes #5531 - dialog width should be at least minWidth on creation.
|
2010-07-30 15:14:48 -04:00 |
|
Scott González
|
58ae7ce2fd
|
Revert "Use pushStack in widget method. Fixes #5732 - make the widget method maintain the stack"
This reverts commit ea58cd5ac0 .
|
2010-07-30 12:38:18 -04:00 |
|
jzaefferer
|
ea58cd5ac0
|
Use pushStack in widget method. Fixes #5732 - make the widget method maintain the stack
|
2010-07-30 14:26:58 +02:00 |
|