aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/dialog
Commit message (Expand)AuthorAgeFilesLines
* Tests: Convert single quotes to double quotes.Mike Sherov2012-12-267-290/+290
* Dialog Tests: Fix test fails due to window measurements in FF and IE7Mike Sherov2012-12-223-57/+78
* Dev: stop loading *_tickets.js in the test suite.Mike Sherov2012-12-222-2/+0
* Dev: remove todos from datepicker and dialog testsuiteMike Sherov2012-12-121-11/+10
* Dialog: Cleanup.Scott González2012-12-111-1/+1
* Dialog tests: More async focus handling to deal with IE8.Scott González2012-12-101-29/+54
* Dialog tests: Updated markup for deprecated tests to match standard tests.Scott González2012-12-101-0/+2
* Dev: remove unnecessary simulated drag delegation in test suiteMike Sherov2012-12-081-4/+3
* Dev: Change incorrect references in test suite from #main to #qunit-fixture.Mike Sherov2012-12-081-1/+2
* Dev: Remove *_tickets.js test files and move the associated tests to the prop...Mike Sherov2012-12-075-123/+114
* Dialog: Respect maxHeight when determining size on open. Fixes #4820 - Dialog...Scott González2012-12-071-2/+2
* Dialog: Added appendTo option. Fixes #7948 - Dialog: Allow dialog to be attac...Scott González2012-12-073-0/+44
* Dialog: Restore inline styles for dimensions/display. Fixes #8119 - Dialog: D...Scott González2012-12-051-4/+11
* Dialog: Remove width, min-height, height styles on destroy. Fixes #8119 - Dia...Scott González2012-12-041-0/+5
* Revert "Dialog: Cleanup style properties on _destroy. Reenables style check i...Scott González2012-12-041-2/+0
* Dialog: Remove the instance-storing for the overlay, just create one whenever...Jörn Zaefferer2012-12-041-11/+0
* Dialog: Cleanup style properties on _destroy. Reenables style check in domEqu...Jörn Zaefferer2012-12-041-0/+2
* Dialog: Ensure all animations finish and clean up themselve when destroying d...Jörn Zaefferer2012-11-302-0/+11
* 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