aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/dialog
Commit message (Expand)AuthorAgeFilesLines
* Dialog: Moved resizable handle test from resizable.Scott González2012-11-261-0/+13
* Dialog: Add unit test to cover #8789 and #8838.Kris Borchers2012-11-261-0/+16
* Dialog: Follow-up to 9fe3a62d8 - also deprecate string notation for position ...Jörn Zaefferer2012-11-262-33/+31
* Dialog: Update focus-tabbable test with a timer workaround to get IE8 to pass.Jörn Zaefferer2012-11-261-25/+27
* Dialog: Add missing unit test for aria-describedby attributeJörn Zaefferer2012-11-261-17/+11
* Dialog: Move array notation support for position option to backCompat check. ...Jörn Zaefferer2012-11-264-20/+88
* Dialog: Removed broken disabled option from dialog, defuse disable/enable met...Jörn Zaefferer2012-11-261-26/+6
* Dialog: Extend autofocus, starting with [autofocus], then :tabbable content, ...Jörn Zaefferer2012-11-261-0/+42
* Dialog: Cleanup in ticket tests: TODO to merge one test, fix whitespaceJörn Zaefferer2012-11-261-29/+30
* Dialog: Extend visual test to verify DOM position restore on destroy; overhau...Jörn Zaefferer2012-11-262-14/+22
* Dialog: Pass through icons and showText (as 'text') options to button. Fixes ...Jörn Zaefferer2012-11-261-2/+8
* Dialog: Refactor _setOption to call _super early. Move dialogClass update abo...Jörn Zaefferer2012-11-261-1/+4
* Dialog: Use button widget for close button (was already listed as dependency)Jörn Zaefferer2012-11-262-4/+5
* Dialog: Focus tabbable only when dialog lost focus before.Jörn Zaefferer2012-11-261-0/+45
* Dialog: Remove attroperty workaround for title attribute. Make the default nu...Jörn Zaefferer2012-11-262-18/+26
* Dialog: Fix yoda-if, remove unnecessary TODOs; add missing callbacks to commo...Jörn Zaefferer2012-11-261-1/+11
* Dialog tests: Work around inconsistent handling of non-breaking spaces in IE7...Scott González2012-11-151-2/+2
* Upgrade jQuery to 1.8.3.Scott González2012-11-141-1/+1
* Dev: clean up dialog test suite with new helper methods. Fixes #8803 - Dev: r...Mike Sherov2012-11-091-57/+62
* Updated all widgets to use proper data keys when getting plugin instances.Scott González2012-11-091-2/+2
* Dev: remove globals from tests and moved test helpers to correct location - F...Mike Sherov2012-11-037-317/+310
* Dialog tests: Removed stack option.Scott González2012-10-261-1/+0
* Tests: Removed old code that kept bad test suites out of TestSwarm.Scott González2012-10-261-10/+0
* Removed bgiframe.Scott González2012-10-261-1/+0
* Dialog: Awesome new stacking and overlay implementation. Fixes the following ...Nate Eagle2012-10-244-97/+28
* Build: Enable "unused" option in jshint - Remove unused variables from codeba...Mike Sherov2012-10-235-51/+43
* Remove trailing whitespace and add final newlinesTrey Hunner2012-10-211-3/+3
* 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