summaryrefslogtreecommitdiffstats
path: root/tests/unit/dialog/dialog_defaults.js
Commit message (Collapse)AuthorAgeFilesLines
* task: make selectmenu easier to download/extract/use, see #172Felix Nagel2012-07-121-34/+0
|
* Dialog: Moved the default value for the position.of option inside the ↵Scott González2010-12-081-1/+0
| | | | | | _position() method to avoid a bug in jQuery 1.3.2. Fixes #6030 - ui.dialog with jQuery 1.3.2 causes RangeError. This should be reverted in jQuery UI 1.9.
* Updated test for default position option: Reference using-implementation, as ↵jzaefferer2010-07-151-7/+1
| | | | QUnit compares functions only by reference
* Dialog: Updated test for default position option. QUnit still fails the test ↵Scott González2010-07-141-1/+13
| | | | though.
* Dialog, position: Removed bgiframe option; always use bgiframe when available.Scott González2010-01-191-1/+0
| | | | Fixes #5071 - Remove bgiframe option from all plugins.
* Replaced stackfix with bgiframe.Scott González2010-01-141-1/+1
| | | | Fixes #5061 - Remove stackfix.
* Dialog tests: Switch bgiframe to stackfix.Scott González2009-07-271-1/+1
|
* dialog: added some missing defaultsRichard Worth2009-02-091-2/+4
|
* Dialog: Removed shadow option due to introducing too many bugs. (Reopens #3681).Scott González2009-02-051-1/+0
|
* dialog unit tests: split tests into individual filesRichard Worth2009-02-041-1/+21
|
* unit tests: created separate file for each module: core, common widget, ↵Richard Worth2009-02-021-0/+9
events, methods, options, tickets