aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/dialog
Commit message (Expand)AuthorAgeFilesLines
* Draggable: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-1/+1
* Dialog: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-115-21/+18
* Dialog: Add classes optionAlexander Schmitz2015-03-117-24/+200
* Widget: Add classes option and _add/_remove/_toggleClass methodsAlexander Schmitz2015-03-111-0/+1
* Dialog: Remove animation stopping in destroyScott González2015-03-112-10/+0
* Dialog: Fix focus tests in IE8 with jQuery 1.7Scott González2015-03-111-42/+46
* Tests: Reduce timeouts to optimize testsuite runtimeJörn Zaefferer2015-03-042-2/+2
* Tests: Fix style issues with missing or multiple line breaksJörn Zaefferer2015-01-241-1/+0
* All: Drop support for IE7Scott González2014-10-212-5/+6
* Dialog: Remove leftover backcompat flag in testsScott González2014-10-201-3/+0
* Build: Pull in jquery.simulate.js from BowerMike Sherov2014-08-221-1/+1
* Tests: Fix composite testsScott González2014-08-011-1/+1
* Build: Reorganize external directoryScott González2014-06-242-4/+4
* Dialog: Honor preventDefault when managing focusJörn Zaefferer2014-06-101-2/+25
* Dialog: Fix shift-tab handling, focus the correct elementJörn Zaefferer2014-06-101-7/+9
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-051-1/+1
* Dialog: Work around subpixel issues in dialog resizable testJörn Zaefferer2014-02-201-4/+7
* Tests: Update to sane QUnit markupJörn Zaefferer2014-02-202-10/+2
* Tests: Fix andenable a couple of unit tests: dialog, tooltip, draggableBrian J. Dowling2014-02-112-3/+3
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-13/+13
* Dialog: Keep track of instances to focus when elements outside the dialog get...Jörn Zaefferer2013-11-201-0/+48
* Dialog: Restore focus to the previously focused element when window regains f...Jörn Zaefferer2013-11-151-14/+34
* Dialog tests: Work around focus issue in IE8.Scott González2013-11-141-0/+5
* Dialog test: Ensure dialog is tall enough to be scrolled.Scott González2013-11-141-0/+2
* Dialog: Switch back to shuffling z-index, but only look at .ui-front siblings.Jörn Zaefferer2013-10-021-4/+17
* Dialog: Capitalize default value for closeText option. Fixes #9500 - Dialog: ...Scott González2013-08-152-2/+2
* Dialog: Search the correct document for focus trapping. Fixes #9439 - Dialog:...Scott González2013-08-071-5/+5
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-051-1/+1
* Widget tests: Use instance method. Also replace a few instances of $.data in ...Jörn Zaefferer2013-03-191-2/+2
* Dialog: Removed deprecated position handling. Fixes #8825 - Dialog: Remove ar...Scott González2013-03-152-130/+0
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Scott González2013-03-141-1/+3
* Revert "Widget: Stop setting ui-state-disabled and aria by default on setting...Scott González2013-03-141-3/+1
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Mike Sherov2013-03-111-1/+3
* Updating 'jQuery' to 1.9.1.Bruno M. Custódio2013-02-051-1/+1
* Dialog: Don't use ._on() for modal event handlers. Fixes #9048 - Dialog: brok...Scott González2013-02-021-0/+13
* Dialog: Add effect files to deprecated testsuite to sync with non-deprecated ...Jörn Zaefferer2013-02-011-0/+4
* Dialog: Check for empty array in addition to empty object when checking if th...Scott González2013-02-011-0/+10
* Dialog: Set the _isOpen flag immediately in open(). Fixes #8958 - Dialog: Dou...Scott González2013-01-311-0/+29
* Dialog Tests: Cleanup el -> elementKris Borchers2013-01-306-386/+386
* Dialog Tests: Add test to ensure dialog keeps focus when clicking a modal ove...Kris Borchers2013-01-301-0/+12
* Dialog: Move call to _focusTabbable and triggering of open and focus events i...Kris Borchers2013-01-302-0/+42
* Dialog: modified _createOverlay to _appendTo instead of document.body. Fixed ...David Sullivan2013-01-261-8/+28
* Dialog: Don't handle overlays on destory if there are not any. Fixed: #9004 -...David Petersen2013-01-241-1/+32
* Updating to jQuery 1.9.0Kris Borchers2013-01-171-1/+1
* 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