aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dialog.js
Commit message (Collapse)AuthorAgeFilesLines
* Dialog: Fixed #3648: Use new CSS framework.Scott González2008-12-191-26/+0
| | | | | - Removed .ui-dialog-container div. - Removed autoResize option.
* Added test for #3664 - Dialog init fails on disconnected DOM Element after ↵Richard Worth2008-12-131-2/+5
| | | | .remove()
* Dialog: Partial fix for #3648: Use new CSS framework.Scott González2008-12-111-1/+1
|
* Dialog: Fixed #3638: Added closeText option (default 'close').Scott González2008-12-111-0/+25
|
* Dialog: Fixed #3637: Added role of button to close link.Scott González2008-12-061-0/+18
|
* Removed all trailing whitespace from .js and .html filesRichard Worth2008-11-181-69/+69
|
* tests: cleanup and consistency with defaults testsRichard Worth2008-11-121-58/+58
|
* updating tests to latest QUnit, using same, fixing a few assertions that ↵Jörn Zaefferer2008-10-131-11/+9
| | | | relied on type casting (mostly null/undefined)
* Dialog: Added more tests.Scott González2008-09-281-7/+37
|
* set svn:eol-style to nativeRichard Worth2008-09-201-675/+675
|
* Dialog: Added an id to the title span (needed for ARIA support).Scott González2008-09-191-0/+24
|
* Dialog: Fixed #3087: Added beforeclose callback for dialogs (can prevent ↵Scott González2008-09-191-0/+24
| | | | closing the dialog by returning false).
* Dialog: Added some more tests.Scott González2008-09-071-46/+139
|
* Dialog: Added tests for isOpen method.Scott González2008-08-151-1/+16
|
* Dialog: Fixed #3013: Force dialog titlebars to have a full line height when ↵Scott González2008-07-121-2/+2
| | | | no title is provided (after initialization).
* tests dialog - added unit tests for #3017 - Dialog callback scopesRichard Worth2008-06-261-11/+67
|
* fixed #3025 - dialog should have an autoResize option; default value: trueRichard Worth2008-06-251-0/+20
|
* tests dialog - added missing tests (placeholders)Richard Worth2008-06-221-0/+24
|
* tests dialog - added some tests and placeholdersRichard Worth2008-06-211-69/+176
|
* tests - wrapped in closures so all.html will workRichard Worth2008-06-091-1/+4
|
* tests dialog - added some option and callback testsRichard Worth2008-06-091-28/+116
|
* tests dialog - draggable optionRichard Worth2008-06-081-2/+10
|
* tests dialog - added more to the buttons testRichard Worth2008-06-081-6/+10
|
* test dialog - first dialog unit testsRichard Worth2008-06-081-0/+209