aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/dialog
Commit message (Expand)AuthorAgeFilesLines
* Dialog: Use _hide() to make sure close event gets triggered. Fixes #8684 - jQ...David Petersen2012-10-171-2/+19
* Upgrade jQuery to 1.8.2.Scott González2012-09-201-1/+1
* Upgrade jQuery to 1.8.0.Scott González2012-08-131-1/+1
* Dialog tests: Fixed calls to $.contains() that were passing jQuery objects in...Scott González2012-07-131-1/+1
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-274-0/+23
* Dialog: Use new uniqueId method for generating id'skborchers2012-05-291-18/+3
* Dialog: Handle escape for all overlays. Fixes #8300 - Dialog: Incorrect behav...Jay Merrifield2012-05-071-6/+56
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-231-7/+5
* Tests: Rename {widget}_defaults.js -> {widget}_common.jsScott González2012-04-232-1/+1
* Update to official qunit composite addonJörn Zaefferer2012-04-211-2/+2
* Tests: Move commonWidgetTests() to TestHelpers.Scott González2012-04-191-1/+1
* Tests: Lint.Scott González2012-04-195-68/+74
* Upgrade jQuery to 1.7.2.Scott González2012-03-221-1/+1
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-295-151/+151
* Dialog: When destroy is called place the element back in original DOM positio...Alberto Monteiro2011-12-151-0/+9
* Dialog: Modified the dialog._size() to use outerHeight in calculating the non...James Khoury2011-11-281-4/+9
* Upgrade jQuery to 1.7.1.Scott González2011-11-221-1/+1
* Upgrade jQuery to 1.7.Scott González2011-11-091-1/+1
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-281-10/+15
* Upgraded jQuery to 1.6.4.Scott González2011-10-181-1/+1
* Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it w...Corey Frang2011-08-201-1/+1
* Dialog: Tabbing out of a modal dialog was possible because keypress doesn't f...Corey Frang2011-08-191-1/+30
* Tests: Cleanup.Scott González2011-08-032-4/+4
* Tests: Cleanup.Scott González2011-08-031-30/+28
* Tests: Added test suites to run individual widget tests against all supported...Scott González2011-08-021-0/+30
* Tests: Added ability to run tests suites against different versions of jQuery...Scott González2011-07-281-1/+1
* Upgrade jQuery to 1.6.2.Scott González2011-07-251-1/+1
* .attr() -> .prop()Scott González2011-06-081-5/+3
* Widget: define a null default for the create callback.Scott González2011-04-252-36/+35
* Dialog: Before handling escape key presses, check if the default action has b...Jay Merrifield2011-03-081-0/+25
* Dialog: Added a class to dialog wrapper when it is currently displaying butto...Douglas Neiner2011-03-031-1/+9
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
* Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests usejzaefferer2011-02-231-1/+1
* Disable dialog tests on TestSwarm until we can get some running in IE6jzaefferer2011-02-211-0/+11
* Unit tests: Add QUnit toolbar for hiding passed testsjzaefferer2011-02-211-0/+1
* Dialog: Removed handling of deprecated beforeclose option. Fixes #5100 - Dial...Scott González2010-12-101-32/+0
* Revert "Dialog: Moved the default value for the position.of option inside the...Scott González2010-12-101-0/+1
* Dialog: Moved the default value for the position.of option inside the _positi...Scott González2010-12-081-1/+0
* Dialog position tests: Use Math.round() instead of Math.floor().Scott González2010-12-031-4/+4
* Upgraded jQuery to 1.4.4.Scott González2010-11-121-1/+1
* Dialog: Make sure the overlay instance still exists before trying to remove i...Jay Merrifield2010-11-121-1/+11
* Upgraded jQuery to 1.4.3.Scott González2010-10-211-1/+1
* External: Updated bgiframe to 2.1.2. Fixes #6190 - Dialog demos don't work in...Scott González2010-10-191-1/+1
* Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') cause...John Firebaugh2010-10-041-0/+17
* Revert "Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open...Scott González2010-10-041-17/+0
* Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') cause...Scott González2010-10-041-0/+17
* Dialog tests: Enabling in TestSwarm.Scott González2010-09-072-18/+0
* Dialog: Fixed test for default title. Some browsers were returning an actual ...Scott González2010-09-071-1/+3
* Dialog: Reduced size of dialogs in height/width tests.Scott González2010-09-071-16/+16
* Dialog: Fixed a broken maxHeight test.Scott González2010-09-021-1/+1