aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/dialog/dialog_events.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-370/+0
| | | | Ref gh-1528
* Tests: Widget test helpers extend the main helperScott González2015-04-091-7/+7
| | | | | Ref #10119 Ref gh-1528
* Dialog: Convert tests to new infrastructureScott González2015-04-091-11/+12
| | | | | Ref #10119 Ref gh-1528
* Tests: Reduce timeouts to optimize testsuite runtimeJörn Zaefferer2015-03-041-1/+1
|
* Tests: Fix style issues with missing or multiple line breaksJörn Zaefferer2015-01-241-1/+0
| | | | | As pointed out by jscs, after a esformatter run. The latter doesn't address these, so fixing them manually.
* Tests: Fix andenable a couple of unit tests: dialog, tooltip, draggableBrian J. Dowling2014-02-111-2/+2
| | | | | | | | Some unit tests were disabled in phantomjs. Dialog and draggable depended on a larger viewPort. Tooltip just worked, that was reenabled as well. Closes gh-1173
* Widget tests: Use instance method. Also replace a few instances of $.data in ↵Jörn Zaefferer2013-03-191-2/+2
| | | | widget implementations.
* Dialog Tests: Cleanup el -> elementKris Borchers2013-01-301-98/+98
|
* Dialog Tests: Add test to ensure dialog keeps focus when clicking a modal ↵Kris Borchers2013-01-301-0/+12
| | | | overlay
* Tests: Convert single quotes to double quotes.Mike Sherov2012-12-261-92/+92
|
* Dev: Remove *_tickets.js test files and move the associated tests to the ↵Mike Sherov2012-12-071-0/+14
| | | | proper locations.
* Dialog: Add unit test to cover #8789 and #8838.Kris Borchers2012-11-261-0/+16
|
* Dialog: Focus tabbable only when dialog lost focus before.Jörn Zaefferer2012-11-261-0/+45
|
* 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-031-114/+124
| | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* 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.
* Tests: Lint.Scott González2012-04-191-4/+6
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-42/+42
|
* Dialog: Removed handling of deprecated beforeclose option. Fixes #5100 - ↵Scott González2010-12-101-32/+0
| | | | Dialog: remove deprecated dialog option beforeclose.
* Dialog: Set the _isOpen flag before triggering the open event. Fixes #6012 - ↵Scott González2010-09-021-1/+3
| | | | Dialog: _isOpen flag should be set before triggering open event.
* dialog: corrected typo in ui.position property for drag events. Updated unit ↵Richard Worth2010-03-111-18/+42
| | | | tests tracking fix of #5291
* Deprecated beforeclose option instead of removing it for now, fixes reopened ↵Richard Worth2010-01-271-1/+45
| | | | #4669 - Dialog: beforeclose option should be beforeClose.
* dialog: fixed dragStop test (was using dragStart instead of dragStop, ↵Jörn Zaefferer2009-09-141-1/+1
| | | | copy&paste FTF)
* Dialog: Changed beforeclose option to beforeClose. Fixes #4669 - Dialog: ↵Scott González2009-07-111-4/+4
| | | | beforeclose option should be beforeClose.
* Widget factory: Force event types to be lowercase. Fixes #4668 - All event ↵Scott González2009-07-111-12/+12
| | | | types should be lowercase even if the corresponding callback is camelcase.
* Dialog: Use _trigger for drag and resize events instead of executing ↵Scott González2009-07-101-26/+64
| | | | callbacks directly. Fixed #4629 - Dialog events not being triggered.
* Widget factory: Convert falsy data values to an empty hash in _trigger. ↵Scott González2009-07-041-17/+17
| | | | Fixes #4650: ui hash not always provided in events/callbacks.
* dialog unit tests: split tests into individual filesRichard Worth2009-02-041-2/+168
|
* unit tests: created separate file for each module: core, common widget, ↵Richard Worth2009-02-021-0/+12
events, methods, options, tickets