Trey Hunner
|
49f9b849b9
|
Remove trailing whitespace and add final newlines
|
2012-10-21 22:45:41 -04:00 |
|
David Petersen
|
35dc9307fc
|
Dialog: Use _hide() to make sure close event gets triggered. Fixes #8684 - jQuery dialog with hide options does not trigger close event.
|
2012-10-17 20:28:27 -04:00 |
|
Scott González
|
a638acb583
|
Upgrade jQuery to 1.8.2.
|
2012-09-20 21:41:47 -04:00 |
|
Scott González
|
1e6b2b2298
|
Upgrade jQuery to 1.8.0.
|
2012-08-13 09:19:09 -04:00 |
|
Scott González
|
b073cda1a5
|
Dialog tests: Fixed calls to $.contains() that were passing jQuery objects instead of elements.
|
2012-07-13 15:52:32 -04:00 |
|
Scott González
|
5ae668fdb6
|
Tests: Enable QUnit.config.requireExpects.
|
2012-06-27 11:32:48 -04:00 |
|
kborchers
|
240b22b143
|
Dialog: Use new uniqueId method for generating id's
|
2012-05-29 23:11:42 -05:00 |
|
Jay Merrifield
|
cab4c467d9
|
Dialog: Handle escape for all overlays. Fixes #8300 - Dialog: Incorrect behavior for ESCAPE with multiple modal dialogs.
|
2012-05-07 09:44:26 -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
|
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 |
|