Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dialog: Use _hide() to make sure close event gets triggered. Fixes #8684 - ↵ | David Petersen | 2012-10-17 | 1 | -2/+19 |
| | | | | jQuery dialog with hide options does not trigger close event. | ||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | Dialog tests: Fixed calls to $.contains() that were passing jQuery objects ↵ | Scott González | 2012-07-13 | 1 | -1/+1 |
| | | | | instead of elements. | ||||
* | Tests: Enable QUnit.config.requireExpects. | Scott González | 2012-06-27 | 4 | -0/+23 |
| | |||||
* | Dialog: Use new uniqueId method for generating id's | kborchers | 2012-05-29 | 1 | -18/+3 |
| | |||||
* | Dialog: Handle escape for all overlays. Fixes #8300 - Dialog: Incorrect ↵ | Jay Merrifield | 2012-05-07 | 1 | -6/+56 |
| | | | | behavior for ESCAPE with multiple modal dialogs. | ||||
* | Tests: Moved loadResources to TestHelpers. | Scott González | 2012-04-23 | 1 | -7/+5 |
| | |||||
* | Tests: Rename {widget}_defaults.js -> {widget}_common.js | Scott González | 2012-04-23 | 2 | -1/+1 |
| | |||||
* | Update to official qunit composite addon | Jörn Zaefferer | 2012-04-21 | 1 | -2/+2 |
| | |||||
* | Tests: Move commonWidgetTests() to TestHelpers. | Scott González | 2012-04-19 | 1 | -1/+1 |
| | |||||
* | Tests: Lint. | Scott González | 2012-04-19 | 5 | -68/+74 |
| | |||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 1 | -1/+1 |
| | |||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 5 | -151/+151 |
| | |||||
* | Dialog: When destroy is called place the element back in original DOM ↵ | Alberto Monteiro | 2011-12-15 | 1 | -0/+9 |
| | | | | position. Fixed #4980 - Dialog: Destroy should place element back in original DOM position | ||||
* | Dialog: Modified the dialog._size() to use outerHeight in calculating the ↵ | James Khoury | 2011-11-28 | 1 | -4/+9 |
| | | | | nonContentHeight. Fixed #7692 - dialog: dialog height bug is incorrect when .ui-dialog padding set. | ||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | Tests: Added ability to run tests against minified files via ?min=1 | Scott González | 2011-10-28 | 1 | -10/+15 |
| | |||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it ↵ | Corey Frang | 2011-08-20 | 1 | -1/+1 |
| | | | | would everywhere, switching back to keydown. | ||||
* | Dialog: Tabbing out of a modal dialog was possible because keypress doesn't ↵ | Corey Frang | 2011-08-19 | 1 | -1/+30 |
| | | | | fire for tabs everywhere, switched to keyup. Added Unit Test - Caught by @DomenicDenicola - Fixes #3123 - Tabbing stops in modal dialog | ||||
* | Tests: Cleanup. | Scott González | 2011-08-03 | 2 | -4/+4 |
| | |||||
* | Tests: Cleanup. | Scott González | 2011-08-03 | 1 | -30/+28 |
| | |||||
* | Tests: Added test suites to run individual widget tests against all ↵ | Scott González | 2011-08-02 | 1 | -0/+30 |
| | | | | supported jQuery versions. | ||||
* | Tests: Added ability to run tests suites against different versions of ↵ | Scott González | 2011-07-28 | 1 | -1/+1 |
| | | | | jQuery core. | ||||
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | .attr() -> .prop() | Scott González | 2011-06-08 | 1 | -5/+3 |
| | |||||
* | Widget: define a null default for the create callback. | Scott González | 2011-04-25 | 2 | -36/+35 |
| | |||||
* | Dialog: Before handling escape key presses, check if the default action has ↵ | Jay Merrifield | 2011-03-08 | 1 | -0/+25 |
| | | | | been prevented. Fixes #6966 - Pressing ESC on dialog when 2 dialogs are open closes both dialogs. | ||||
* | Dialog: Added a class to dialog wrapper when it is currently displaying ↵ | Douglas Neiner | 2011-03-03 | 1 | -1/+9 |
| | | | | buttons, includes unit tests for changes. Fixed #7057 - An extra class is needed on the dialog wrapper to specify when a buttonset is showing | ||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 1 | -1/+1 |
| | |||||
* | Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests use | jzaefferer | 2011-02-23 | 1 | -1/+1 |
| | |||||
* | Disable dialog tests on TestSwarm until we can get some running in IE6 | jzaefferer | 2011-02-21 | 1 | -0/+11 |
| | | | | without freezing the browser. | ||||
* | Unit tests: Add QUnit toolbar for hiding passed tests | jzaefferer | 2011-02-21 | 1 | -0/+1 |
| | |||||
* | Dialog: Removed handling of deprecated beforeclose option. Fixes #5100 - ↵ | Scott González | 2010-12-10 | 1 | -32/+0 |
| | | | | Dialog: remove deprecated dialog option beforeclose. | ||||
* | Revert "Dialog: Moved the default value for the position.of option inside ↵ | Scott González | 2010-12-10 | 1 | -0/+1 |
| | | | | | | 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 22671ad4f8e3e2e921c27bd2933fa088950abf2f. | ||||
* | Dialog: Moved the default value for the position.of option inside the ↵ | Scott González | 2010-12-08 | 1 | -1/+0 |
| | | | | | | _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. | ||||
* | Dialog position tests: Use Math.round() instead of Math.floor(). | Scott González | 2010-12-03 | 1 | -4/+4 |
| | |||||
* | Upgraded jQuery to 1.4.4. | Scott González | 2010-11-12 | 1 | -1/+1 |
| | |||||
* | Dialog: Make sure the overlay instance still exists before trying to remove ↵ | Jay Merrifield | 2010-11-12 | 1 | -1/+11 |
| | | | | it. Fixes #6645 - Dialog: Missing element not found check in overlay code. | ||||
* | Upgraded jQuery to 1.4.3. | Scott González | 2010-10-21 | 1 | -1/+1 |
| | |||||
* | External: Updated bgiframe to 2.1.2. Fixes #6190 - Dialog demos don't work ↵ | Scott González | 2010-10-19 | 1 | -1/+1 |
| | | | | in IE9 because of bgiframe. | ||||
* | Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') ↵ | John Firebaugh | 2010-10-04 | 1 | -0/+17 |
| | | | | causes form elements to reset on IE7. | ||||
* | Revert "Dialog: Don't change DOM position on open. Fixes #6137 - ↵ | Scott González | 2010-10-04 | 1 | -17/+0 |
| | | | | | | | | dialog('open') causes form elements to reset on IE7." This reverts commit 67b1db14c964418ce8b1fd760d54761040cc32af. Reverting so I can commit again with the proper author. | ||||
* | Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') ↵ | Scott González | 2010-10-04 | 1 | -0/+17 |
| | | | | causes form elements to reset on IE7. | ||||
* | Dialog tests: Enabling in TestSwarm. | Scott González | 2010-09-07 | 2 | -18/+0 |
| | |||||
* | Dialog: Fixed test for default title. Some browsers were returning an actual ↵ | Scott González | 2010-09-07 | 1 | -1/+3 |
| | | | | non-breaking space and some were returning the string " ". | ||||
* | Dialog: Reduced size of dialogs in height/width tests. | Scott González | 2010-09-07 | 1 | -16/+16 |
| | |||||
* | Dialog: Fixed a broken maxHeight test. | Scott González | 2010-09-02 | 1 | -1/+1 |
| | | | | The size tests are fragile because they require the browser window to be large enough to contain the dialog. |