aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/dialog/dialog_methods.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-267/+0
| | | | Ref gh-1528
* Dialog: Convert tests to new infrastructureScott González2015-04-091-9/+9
| | | | | Ref #10119 Ref gh-1528
* Draggable: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-1/+1
|
* Dialog: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-4/+3
|
* Tests: Reduce timeouts to optimize testsuite runtimeJörn Zaefferer2015-03-041-1/+1
|
* All: Drop support for IE7Scott González2014-10-211-1/+2
| | | | | Fixes #9838 Closes gh-1365
* Dialog tests: Work around focus issue in IE8.Scott González2013-11-141-0/+5
|
* Dialog: Switch back to shuffling z-index, but only look at .ui-front siblings.Jörn Zaefferer2013-10-021-4/+17
| | | | | Fixes #9166 - Dialog: moveToTop implementation resets flash/video/iframe/scroll Fixes #9364 - Dialog: Click of element with tooltip scrolls the dialog to the top
* Dialog: Search the correct document for focus trapping. Fixes #9439 - ↵Scott González2013-08-071-5/+5
| | | | Dialog: Context is not respected for modals.
* Widget: Stop setting ui-state-disabled and aria by default on setting ↵Scott González2013-03-141-1/+3
| | | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable: disabled should not have ui-state-disabled This reverts commit 23771d38ba9d2663f6db0243c8e992dc7ff6844a.
* Revert "Widget: Stop setting ui-state-disabled and aria by default on ↵Scott González2013-03-141-3/+1
| | | | | | setting disabled option." This needs to wait for a major release. This reverts commit 4d67f4f34908a50ef88f95df4103ee001b777e45.
* Widget: Stop setting ui-state-disabled and aria by default on setting ↵Mike Sherov2013-03-111-1/+3
| | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable : disabled should not have ui-state-disabled
* Dialog: Set the _isOpen flag immediately in open(). Fixes #8958 - Dialog: ↵Scott González2013-01-311-0/+29
| | | | Double ui-widget-overlay when opening modal dialog triggers an event opening same dialog.
* Dialog Tests: Cleanup el -> elementKris Borchers2013-01-301-44/+44
|
* Dialog: Don't handle overlays on destory if there are not any. Fixed: #9004 ↵David Petersen2013-01-241-1/+32
| | | | - failed in _destroyOverlay when I destroy a modal dialog thau was never opened. Fixed: #9000 Dialog leaves broken event handler after close/destroy in certain cases
* Tests: Convert single quotes to double quotes.Mike Sherov2012-12-261-54/+54
|
* Dev: remove todos from datepicker and dialog testsuiteMike Sherov2012-12-121-11/+10
|
* Dev: Remove *_tickets.js test files and move the associated tests to the ↵Mike Sherov2012-12-071-0/+48
| | | | proper locations.
* Dialog: Restore inline styles for dimensions/display. Fixes #8119 - Dialog: ↵Scott González2012-12-051-4/+11
| | | | Destroying a dialog leaves some styles changed.
* Dialog: Remove width, min-height, height styles on destroy. Fixes #8119 - ↵Scott González2012-12-041-0/+5
| | | | Dialog: Destroying a dialog leaves some styles changed.
* Revert "Dialog: Cleanup style properties on _destroy. Reenables style check ↵Scott González2012-12-041-2/+0
| | | | | | in domEqual, while removing commented and unnecessary old code. Fixes #8119 - Dialog: Destroying a dialog leaves style, scrollleft, and scrolltop leftovers." This reverts commit d687a1b10d1e176a6a8dd4420f1ea3a890640da0.
* Dialog: Cleanup style properties on _destroy. Reenables style check in ↵Jörn Zaefferer2012-12-041-0/+2
| | | | domEqual, while removing commented and unnecessary old code. Fixes #8119 - Dialog: Destroying a dialog leaves style, scrollleft, and scrolltop leftovers.
* 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 visual test to verify DOM position restore on destroy; ↵Jörn Zaefferer2012-11-261-14/+11
| | | | overhaul unit test for destroy method.
* Dev: remove globals from tests and moved test helpers to correct location - ↵Mike Sherov2012-11-031-12/+16
| | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite
* Dialog: Awesome new stacking and overlay implementation. Fixes the following ↵Nate Eagle2012-10-241-18/+24
| | | | | | | | | | | | | | | | | | | 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-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-271-0/+11
|
* Tests: Lint.Scott González2012-04-191-3/+6
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-15/+15
|
* Widget: Throw errors when calling non-existent methods or methods on ↵Scott González2010-08-271-7/+1
| | | | uninistantiated widgets. Fixes #5972 - Widget: Throw error for non-existent method calls.
* Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ↵Scott González2010-07-301-6/+0
| | | | | | maintain the stack" This reverts commit ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d.
* Use pushStack in widget method. Fixes #5732 - make the widget method ↵jzaefferer2010-07-301-0/+6
| | | | maintain the stack
* Removed use of .data() for getting/setting options in tests; using each ↵Scott González2009-11-091-12/+2
| | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests.
* dialog unit tests: methods close, moveToTop, openRichard Worth2009-09-191-5/+22
|
* dialog: fixed enable and disable methodsRichard Worth2009-09-191-2/+10
|
* dialog: methods test cleanupJörn Zaefferer2009-09-151-1/+5
|
* Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵Scott González2009-04-151-1/+40
| | | | factory should auto detect getters.
* dialog unit tests: split tests into individual filesRichard Worth2009-02-041-2/+65
|
* unit tests: created separate file for each module: core, common widget, ↵Richard Worth2009-02-021-0/+12
events, methods, options, tickets