aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/dialog/dialog_tickets.js
Commit message (Collapse)AuthorAgeFilesLines
* Dev: Remove *_tickets.js test files and move the associated tests to the ↵Mike Sherov2012-12-071-121/+0
| | | | proper locations.
* Dialog: Remove the instance-storing for the overlay, just create one ↵Jörn Zaefferer2012-12-041-11/+0
| | | | whenever it is needed. Heavily simplifies the code, while the memorly leak should be hardly an issue anymore, since fixed positioning restricts the overlay size to the window dimensions. Fixes #6058 - Dialog overlays are not properly reused when multiple instances of a Dialog exist.
* Dialog: Cleanup in ticket tests: TODO to merge one test, fix whitespaceJörn Zaefferer2012-11-261-29/+30
|
* Dev: remove globals from tests and moved test helpers to correct location - ↵Mike Sherov2012-11-031-17/+18
| | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite
* Dialog: Awesome new stacking and overlay implementation. Fixes the following ↵Nate Eagle2012-10-241-77/+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.
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 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-271-0/+2
|
* Dialog: Handle escape for all overlays. Fixes #8300 - Dialog: Incorrect ↵Jay Merrifield2012-05-071-6/+56
| | | | behavior for ESCAPE with multiple modal dialogs.
* Tests: Lint.Scott González2012-04-191-10/+11
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-8/+8
|
* 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: 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
* .attr() -> .prop()Scott González2011-06-081-5/+3
|
* Dialog: Before handling escape key presses, check if the default action has ↵Jay Merrifield2011-03-081-0/+25
| | | | been prevented. Fixes #6966 - Pressing ESC on dialog when 2 dialogs are open closes both dialogs.
* Dialog: Make sure the overlay instance still exists before trying to remove ↵Jay Merrifield2010-11-121-1/+11
| | | | it. Fixes #6645 - Dialog: Missing element not found check in overlay code.
* Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') ↵John Firebaugh2010-10-041-0/+17
| | | | causes form elements to reset on IE7.
* Revert "Dialog: Don't change DOM position on open. Fixes #6137 - ↵Scott González2010-10-041-17/+0
| | | | | | | | dialog('open') causes form elements to reset on IE7." This reverts commit 67b1db14c964418ce8b1fd760d54761040cc32af. Reverting so I can commit again with the proper author.
* Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') ↵Scott González2010-10-041-0/+17
| | | | causes form elements to reset on IE7.
* Dialog: modified so that minWidth is respected. Fixes #5531 - dialog width ↵Ziling Zhao2010-07-301-0/+21
| | | | should be at least minWidth on creation.
* Dialog: Update the internal flag for whether or not the dialog is open ↵Scott González2010-02-161-0/+14
| | | | | | before triggering the close event. Fixes #5184 - isOpen in dialogclose event is true.
* dialog: added unit test for ticket #4826Ca-Phun Ung2009-09-151-0/+21
|
* dialog unit tests: split tests into individual filesRichard Worth2009-02-041-4/+0
|
* unit tests: created separate file for each module: core, common widget, ↵Richard Worth2009-02-021-0/+12
events, methods, options, tickets