aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/dialog/dialog_tickets.js
Commit message (Collapse)AuthorAgeFilesLines
* Backport of f9996682b5739661c21548f0de3d4c4883c5119d for 1-8-stable.Andreas Pelme2011-08-021-0/+25
| | | | | Original commit message from f9996682b5739661c21548f0de3d4c4883c5119d: Dialog: Before handling escape key presses, check if the default action has been prevented. Fixes #6966 - Pressing ESC on dialog when 2 dialogs are open closes both dialogs.
* Dialog: Make sure the overlay instance still exists before trying to remove ↵Jay Merrifield2010-11-121-1/+11
| | | | it. Fixes #6645 - Dialog: Missing element not found check in overlay code.
* Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') ↵John Firebaugh2010-10-041-0/+17
| | | | causes form elements to reset on IE7.
* Revert "Dialog: Don't change DOM position on open. Fixes #6137 - ↵Scott González2010-10-041-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ález2010-10-041-0/+17
| | | | causes form elements to reset on IE7.
* Dialog: modified so that minWidth is respected. Fixes #5531 - dialog width ↵Ziling Zhao2010-07-301-0/+21
| | | | should be at least minWidth on creation.
* Dialog: Update the internal flag for whether or not the dialog is open ↵Scott González2010-02-161-0/+14
| | | | | | before triggering the close event. Fixes #5184 - isOpen in dialogclose event is true.
* dialog: added unit test for ticket #4826Ca-Phun Ung2009-09-151-0/+21
|
* dialog unit tests: split tests into individual filesRichard Worth2009-02-041-4/+0
|
* unit tests: created separate file for each module: core, common widget, ↵Richard Worth2009-02-021-0/+12
events, methods, options, tickets