aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/dialog/dialog_events.js
Commit message (Expand)AuthorAgeFilesLines
* Tests: Fix andenable a couple of unit tests: dialog, tooltip, draggableBrian J. Dowling2014-02-111-2/+2
* Widget tests: Use instance method. Also replace a few instances of $.data in ...Jörn Zaefferer2013-03-191-2/+2
* Dialog Tests: Cleanup el -> elementKris Borchers2013-01-301-98/+98
* Dialog Tests: Add test to ensure dialog keeps focus when clicking a modal ove...Kris Borchers2013-01-301-0/+12
* 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 prop...Mike Sherov2012-12-071-0/+14
* 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 - F...Mike Sherov2012-11-031-114/+124
* Build: Enable "unused" option in jshint - Remove unused variables from codeba...Mike Sherov2012-10-231-3/+3
* Dialog: Use _hide() to make sure close event gets triggered. Fixes #8684 - jQ...David Petersen2012-10-171-2/+19
* 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 - Dial...Scott González2010-12-101-32/+0
* Dialog: Set the _isOpen flag before triggering the open event. Fixes #6012 - ...Scott González2010-09-021-1/+3
* dialog: corrected typo in ui.position property for drag events. Updated unit ...Richard Worth2010-03-111-18/+42
* Deprecated beforeclose option instead of removing it for now, fixes reopened ...Richard Worth2010-01-271-1/+45
* dialog: fixed dragStop test (was using dragStart instead of dragStop, copy&pa...Jörn Zaefferer2009-09-141-1/+1
* Dialog: Changed beforeclose option to beforeClose. Fixes #4669 - Dialog: bef...Scott González2009-07-111-4/+4
* Widget factory: Force event types to be lowercase. Fixes #4668 - All event t...Scott González2009-07-111-12/+12
* Dialog: Use _trigger for drag and resize events instead of executing callback...Scott González2009-07-101-26/+64
* Widget factory: Convert falsy data values to an empty hash in _trigger. Fixe...Scott González2009-07-041-17/+17
* dialog unit tests: split tests into individual filesRichard Worth2009-02-041-2/+168
* unit tests: created separate file for each module: core, common widget, event...Richard Worth2009-02-021-0/+12