aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/dialog
Commit message (Collapse)AuthorAgeFilesLines
* Dialog: Moved resizable handle test from resizable.Scott González2012-11-261-0/+13
|
* Dialog: Add unit test to cover #8789 and #8838.Kris Borchers2012-11-261-0/+16
|
* Dialog: Follow-up to 9fe3a62d8 - also deprecate string notation for position ↵Jörn Zaefferer2012-11-262-33/+31
| | | | option.
* Dialog: Update focus-tabbable test with a timer workaround to get IE8 to pass.Jörn Zaefferer2012-11-261-25/+27
|
* Dialog: Add missing unit test for aria-describedby attributeJörn Zaefferer2012-11-261-17/+11
|
* Dialog: Move array notation support for position option to backCompat check. ↵Jörn Zaefferer2012-11-264-20/+88
| | | | Fixes #8824 - Deprecate array notation for position option.
* Dialog: Removed broken disabled option from dialog, defuse disable/enable ↵Jörn Zaefferer2012-11-261-26/+6
| | | | methods. Disabling dialogs is not supported.
* Dialog: Extend autofocus, starting with [autofocus], then :tabbable content, ↵Jörn Zaefferer2012-11-261-0/+42
| | | | then buttonpane, then close button, then dialog. Fixes #4731 - Dialog: Add option to set which element gains focus on open
* Dialog: Cleanup in ticket tests: TODO to merge one test, fix whitespaceJörn Zaefferer2012-11-261-29/+30
|
* Dialog: Extend visual test to verify DOM position restore on destroy; ↵Jörn Zaefferer2012-11-262-14/+22
| | | | overhaul unit test for destroy method.
* Dialog: Pass through icons and showText (as 'text') options to button. Fixes ↵Jörn Zaefferer2012-11-261-2/+8
| | | | #6830 - Allow Icons to be specified for Dialog buttons.
* Dialog: Refactor _setOption to call _super early. Move dialogClass update ↵Jörn Zaefferer2012-11-261-1/+4
| | | | above that to access old option value.
* Dialog: Use button widget for close button (was already listed as dependency)Jörn Zaefferer2012-11-262-4/+5
|
* Dialog: Focus tabbable only when dialog lost focus before.Jörn Zaefferer2012-11-261-0/+45
|
* Dialog: Remove attroperty workaround for title attribute. Make the default ↵Jörn Zaefferer2012-11-262-18/+26
| | | | null, as it should be. No back-compat, as the behaviour doesn't change.
* Dialog: Fix yoda-if, remove unnecessary TODOs; add missing callbacks to ↵Jörn Zaefferer2012-11-261-1/+11
| | | | commons test
* Dialog tests: Work around inconsistent handling of non-breaking spaces in ↵Scott González2012-11-151-2/+2
| | | | IE7/8 with jQuery <1.8.
* Upgrade jQuery to 1.8.3.Scott González2012-11-141-1/+1
|
* Dev: clean up dialog test suite with new helper methods. Fixes #8803 - Dev: ↵Mike Sherov2012-11-091-57/+62
| | | | re-enable the dialog test suite
* Updated all widgets to use proper data keys when getting plugin instances.Scott González2012-11-091-2/+2
|
* Dev: remove globals from tests and moved test helpers to correct location - ↵Mike Sherov2012-11-037-317/+310
| | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite
* Dialog tests: Removed stack option.Scott González2012-10-261-1/+0
|
* 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-244-97/+28
| | | | | | | | | | | | | | | | | | | 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.
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-235-51/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests
* Remove trailing whitespace and add final newlinesTrey Hunner2012-10-211-3/+3
|
* Dialog: Use _hide() to make sure close event gets triggered. Fixes #8684 - ↵David Petersen2012-10-171-2/+19
| | | | jQuery dialog with hide options does not trigger close event.
* Upgrade jQuery to 1.8.2.Scott González2012-09-201-1/+1
|
* Upgrade jQuery to 1.8.0.Scott González2012-08-131-1/+1
|
* Dialog tests: Fixed calls to $.contains() that were passing jQuery objects ↵Scott González2012-07-131-1/+1
| | | | instead of elements.
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-274-0/+23
|
* Dialog: Use new uniqueId method for generating id'skborchers2012-05-291-18/+3
|
* Dialog: Handle escape for all overlays. Fixes #8300 - Dialog: Incorrect ↵Jay Merrifield2012-05-071-6/+56
| | | | behavior for ESCAPE with multiple modal dialogs.
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-231-7/+5
|
* Tests: Rename {widget}_defaults.js -> {widget}_common.jsScott González2012-04-232-1/+1
|
* Update to official qunit composite addonJörn Zaefferer2012-04-211-2/+2
|
* Tests: Move commonWidgetTests() to TestHelpers.Scott González2012-04-191-1/+1
|
* Tests: Lint.Scott González2012-04-195-68/+74
|
* Upgrade jQuery to 1.7.2.Scott González2012-03-221-1/+1
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-295-151/+151
|
* Dialog: When destroy is called place the element back in original DOM ↵Alberto Monteiro2011-12-151-0/+9
| | | | position. Fixed #4980 - Dialog: Destroy should place element back in original DOM position
* Dialog: Modified the dialog._size() to use outerHeight in calculating the ↵James Khoury2011-11-281-4/+9
| | | | nonContentHeight. Fixed #7692 - dialog: dialog height bug is incorrect when .ui-dialog padding set.
* Upgrade jQuery to 1.7.1.Scott González2011-11-221-1/+1
|
* Upgrade jQuery to 1.7.Scott González2011-11-091-1/+1
|
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-281-10/+15
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-181-1/+1
|
* Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it ↵Corey Frang2011-08-201-1/+1
| | | | would everywhere, switching back to keydown.
* Dialog: Tabbing out of a modal dialog was possible because keypress doesn't ↵Corey Frang2011-08-191-1/+30
| | | | fire for tabs everywhere, switched to keyup. Added Unit Test - Caught by @DomenicDenicola - Fixes #3123 - Tabbing stops in modal dialog
* Tests: Cleanup.Scott González2011-08-032-4/+4
|