aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/dialog/dialog.html
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix AMD loading in IE8Scott González2015-04-171-0/+1
| | | | | It appears that we must load require.js via a standard script tag in order for it to work properly in IE8.
* Dialog: Convert tests to new infrastructureScott González2015-04-091-36/+2
| | | | | Ref #10119 Ref gh-1528
* Dialog: Add classes optionAlexander Schmitz2015-03-111-0/+4
| | | | | Ref #7053 Ref gh-1411
* Dialog: Remove animation stopping in destroyScott González2015-03-111-1/+0
| | | | | | | | | | | Effects wrappers are no longer used, so the workaround and test are no longer necessary. This fixes tests in IE8 with jQuery 1.7. Effectively a complete revert of 13505e5945e5532c3d56424d50ad109c665d205f Closes gh-1481
* 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
| | | | Fixes #10563
* Build: Reorganize external directoryScott González2014-06-241-2/+2
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* Tests: Update to sane QUnit markupJörn Zaefferer2014-02-201-5/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-13/+13
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Dialog test: Ensure dialog is tall enough to be scrolled.Scott González2013-11-141-0/+2
|
* Dialog: Move call to _focusTabbable and triggering of open and focus events ↵Kris Borchers2013-01-301-0/+2
| | | | into the _show callback. Fixes #6756 - Dialog: show: "blind" with link in content doesn't animate properly. Fixes #8051 - Dialog: 'Explode' dialog animation causes crash in IE 6, 7 and 8. Fixes #4421 - Dialog: Focus lost from dialog which uses show-effect
* Dev: stop loading *_tickets.js in the test suite.Mike Sherov2012-12-221-1/+0
|
* Dialog: Added appendTo option. Fixes #7948 - Dialog: Allow dialog to be ↵Scott González2012-12-071-0/+2
| | | | attached to a element other than body.
* Dialog: Ensure all animations finish and clean up themselve when destroying ↵Jörn Zaefferer2012-11-301-0/+2
| | | | dialog. Fixes #5860 - Dialog: Destroying a dialog during animated close leaves .ui-effects-wrapper in DOM.
* Dialog: Move array notation support for position option to backCompat check. ↵Jörn Zaefferer2012-11-261-0/+3
| | | | Fixes #8824 - Deprecate array notation for position option.
* Dialog: Extend visual test to verify DOM position restore on destroy; ↵Jörn Zaefferer2012-11-261-0/+11
| | | | overhaul unit test for destroy method.
* Dialog: Use button widget for close button (was already listed as dependency)Jörn Zaefferer2012-11-261-0/+1
|
* Dev: remove globals from tests and moved test helpers to correct location - ↵Mike Sherov2012-11-031-0/+1
| | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite
* Tests: Removed old code that kept bad test suites out of TestSwarm.Scott González2012-10-261-10/+0
|
* Removed bgiframe.Scott González2012-10-261-1/+0
|
* Dialog: Awesome new stacking and overlay implementation. Fixes the following ↵Nate Eagle2012-10-241-1/+2
| | | | | | | | | | | | | | | | | | | tickets: Fixes #3534 - Dialog: Modal dialog disables all input elements on page. Fixes #4671 - Dialog: Modal Dialog disables vertical scroll bar in Chrome & Safari. Fixes #4995 - Dialog: Modal Dialog's overlay dissapears in IE when content is tall. Fixes #5388 - Dialog: Don't change z-index when already at the top. Fixes #5466 - Dialog: "modal" Dialog Incorrectly Cancels Input Events. Fixes #5762 - Dialog: Get rid of z-index workaround, document it instead. Fixes #6267 - Dialog: checkboxes that inherit a z-index < jqueryui.dialog z-index don't work. Fixes #7051 - Dialog: modal prevents tab key from moving focus off slider handle. Fixes #7107 - Dialog: Modal dialog event loss with high zindex child elements (FF 3.6). Fixes #7120 - Dialog: Modal operation interrupts drag drop marker functionality on gmaps. Fixes #8172 - Dialog: Change event cancelled when opening modal dialog from another modal dialog. Fixes #8583 - Dialog: Mouse event wrongly stopped. Fixes #8722 - Dialog: Remove stack option. Fixes #8729 - Dialog: Remove zIndex option.
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-231-7/+5
|
* Tests: Rename {widget}_defaults.js -> {widget}_common.jsScott González2012-04-231-1/+1
|
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-281-10/+15
|
* Tests: Cleanup.Scott González2011-08-031-30/+28
|
* Tests: Added ability to run tests suites against different versions of ↵Scott González2011-07-281-1/+1
| | | | jQuery core.
* Upgrade jQuery to 1.6.2.Scott González2011-07-251-1/+1
|
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
|
* Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests usejzaefferer2011-02-231-1/+1
|
* Disable dialog tests on TestSwarm until we can get some running in IE6jzaefferer2011-02-211-0/+11
| | | | without freezing the browser.
* Unit tests: Add QUnit toolbar for hiding passed testsjzaefferer2011-02-211-0/+1
|
* Upgraded jQuery to 1.4.4.Scott González2010-11-121-1/+1
|
* Upgraded jQuery to 1.4.3.Scott González2010-10-211-1/+1
|
* External: Updated bgiframe to 2.1.2. Fixes #6190 - Dialog demos don't work ↵Scott González2010-10-191-1/+1
| | | | in IE9 because of bgiframe.
* Dialog tests: Enabling in TestSwarm.Scott González2010-09-071-10/+0
|
* Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵jzaefferer2010-08-291-1/+1
| | | | testsuites on TestSwarm due to unhandled errors and race conditions
* Dialog: Verify that we get a string back from .attr( "title" ) before using ↵Scott González2010-07-141-0/+1
| | | | the return value. Fixes #5742 - Form field with `name="title"` moved to title area.
* Unit tests: Disable stale widget tests on testswarmjzaefferer2010-04-141-1/+12
|
* html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercaseRichard Worth2010-03-121-1/+2
|
* Externals: updated QUnit to http://github.com/jquery/qunit commit ↵Richard Worth2010-02-251-5/+12
| | | | | | | 67ba5a338d836014c24345dc218ab3c9bb63b06e The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses.
* Fixed #5182 - Update to jQuery 1.4.2Richard Worth2010-02-161-1/+1
|
* switched to jQuery 1.4.1Richard Worth2010-01-271-1/+1
|
* switched to jQuery 1.4Richard Worth2010-01-201-1/+1
|
* Replaced stackfix with bgiframe.Scott González2010-01-141-1/+1
| | | | Fixes #5061 - Remove stackfix.
* Added jquery.ui.mouse.js to non-interaction demos/tests that use interaction ↵Scott González2009-12-231-0/+1
| | | | plugins.
* extracting widget factory into jquery.ui.widget.jsJörn Zaefferer2009-12-161-0/+1
|
* update to latest QUnitJörn Zaefferer2009-09-291-1/+1
|
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-171-6/+6
| | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
* updated to latest QUnitJörn Zaefferer2009-09-151-1/+1
|
* change script ordering to load testswarm agent after QUnitJörn Zaefferer2009-09-111-1/+1
|