aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/dialog/dialog_options.js
Commit message (Expand)AuthorAgeFilesLines
* Dev: Remove *_tickets.js test files and move the associated tests to the prop...Mike Sherov2012-12-071-0/+22
* Dialog: Added appendTo option. Fixes #7948 - Dialog: Allow dialog to be attac...Scott González2012-12-071-0/+41
* Dialog: Ensure all animations finish and clean up themselve when destroying d...Jörn Zaefferer2012-11-301-0/+9
* Dialog: Follow-up to 9fe3a62d8 - also deprecate string notation for position ...Jörn Zaefferer2012-11-261-32/+0
* Dialog: Move array notation support for position option to backCompat check. ...Jörn Zaefferer2012-11-261-20/+0
* 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-261-4/+4
* Dialog: Remove attroperty workaround for title attribute. Make the default nu...Jörn Zaefferer2012-11-261-17/+25
* Dialog tests: Work around inconsistent handling of non-breaking spaces in IE7...Scott González2012-11-151-2/+2
* Dev: clean up dialog test suite with new helper methods. Fixes #8803 - Dev: r...Mike Sherov2012-11-091-57/+62
* Dev: remove globals from tests and moved test helpers to correct location - F...Mike Sherov2012-11-031-93/+96
* Build: Enable "unused" option in jshint - Remove unused variables from codeba...Mike Sherov2012-10-231-15/+15
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-271-0/+9
* Tests: Lint.Scott González2012-04-191-47/+47
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-77/+77
* Dialog: Modified the dialog._size() to use outerHeight in calculating the non...James Khoury2011-11-281-4/+9
* Tests: Cleanup.Scott González2011-08-031-2/+2
* Widget: define a null default for the create callback.Scott González2011-04-251-2/+2
* Dialog: Added a class to dialog wrapper when it is currently displaying butto...Douglas Neiner2011-03-031-1/+9
* Dialog position tests: Use Math.round() instead of Math.floor().Scott González2010-12-031-4/+4
* Dialog tests: Enabling in TestSwarm.Scott González2010-09-071-8/+0
* Dialog: Fixed test for default title. Some browsers were returning an actual ...Scott González2010-09-071-1/+3
* Dialog: Reduced size of dialogs in height/width tests.Scott González2010-09-071-16/+16
* Dialog: Fixed a broken maxHeight test.Scott González2010-09-021-1/+1
* Dialog: Added additional syntax for creating buttons. Fixes #4344 - Dialog: E...Scott González2010-08-311-0/+25
* Dialog: When using the title attribute, update the title option. Fixes #5877 ...Scott González2010-08-271-1/+5
* Dialog: Wrap buttons in a div so we can float the div instead of the individu...Scott González2010-07-291-1/+1
* Dialog: Fixed tests for position option.Scott González2010-07-161-26/+22
* Dialog: allow setting position with ui.position arguments. Fixes #5459 - Dial...Ben Hollis2010-07-141-2/+101
* Removed use of .data() for getting/setting options in tests; using each plugi...Scott González2009-11-091-12/+12
* dialog: fixed _position regression; wrote a test for the default positon, whi...Jörn Zaefferer2009-09-191-1/+10
* dialog unit tests: options closeOnEscape, draggableRichard Worth2009-09-191-3/+19
* Fixed dialog tests to use same instead of equals for hashes.Scott González2009-03-281-2/+2
* dialog unit tests: split tests into individual filesRichard Worth2009-02-041-2/+283
* unit tests: created separate file for each module: core, common widget, event...Richard Worth2009-02-021-0/+12