Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -370/+0 |
| | | | | Ref gh-1528 | ||||
* | Tests: Widget test helpers extend the main helper | Scott González | 2015-04-09 | 1 | -7/+7 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Dialog: Convert tests to new infrastructure | Scott González | 2015-04-09 | 1 | -11/+12 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tests: Reduce timeouts to optimize testsuite runtime | Jörn Zaefferer | 2015-03-04 | 1 | -1/+1 |
| | |||||
* | Tests: Fix style issues with missing or multiple line breaks | Jörn Zaefferer | 2015-01-24 | 1 | -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, draggable | Brian J. Dowling | 2014-02-11 | 1 | -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 Zaefferer | 2013-03-19 | 1 | -2/+2 |
| | | | | widget implementations. | ||||
* | Dialog Tests: Cleanup el -> element | Kris Borchers | 2013-01-30 | 1 | -98/+98 |
| | |||||
* | Dialog Tests: Add test to ensure dialog keeps focus when clicking a modal ↵ | Kris Borchers | 2013-01-30 | 1 | -0/+12 |
| | | | | overlay | ||||
* | Tests: Convert single quotes to double quotes. | Mike Sherov | 2012-12-26 | 1 | -92/+92 |
| | |||||
* | Dev: Remove *_tickets.js test files and move the associated tests to the ↵ | Mike Sherov | 2012-12-07 | 1 | -0/+14 |
| | | | | proper locations. | ||||
* | Dialog: Add unit test to cover #8789 and #8838. | Kris Borchers | 2012-11-26 | 1 | -0/+16 |
| | |||||
* | Dialog: Focus tabbable only when dialog lost focus before. | Jörn Zaefferer | 2012-11-26 | 1 | -0/+45 |
| | |||||
* | Updated all widgets to use proper data keys when getting plugin instances. | Scott González | 2012-11-09 | 1 | -2/+2 |
| | |||||
* | Dev: remove globals from tests and moved test helpers to correct location - ↵ | Mike Sherov | 2012-11-03 | 1 | -114/+124 |
| | | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite | ||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 1 | -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 Petersen | 2012-10-17 | 1 | -2/+19 |
| | | | | jQuery dialog with hide options does not trigger close event. | ||||
* | Tests: Lint. | Scott González | 2012-04-19 | 1 | -4/+6 |
| | |||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 1 | -42/+42 |
| | |||||
* | Dialog: Removed handling of deprecated beforeclose option. Fixes #5100 - ↵ | Scott González | 2010-12-10 | 1 | -32/+0 |
| | | | | Dialog: remove deprecated dialog option beforeclose. | ||||
* | Dialog: Set the _isOpen flag before triggering the open event. Fixes #6012 - ↵ | Scott González | 2010-09-02 | 1 | -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 Worth | 2010-03-11 | 1 | -18/+42 |
| | | | | tests tracking fix of #5291 | ||||
* | Deprecated beforeclose option instead of removing it for now, fixes reopened ↵ | Richard Worth | 2010-01-27 | 1 | -1/+45 |
| | | | | #4669 - Dialog: beforeclose option should be beforeClose. | ||||
* | dialog: fixed dragStop test (was using dragStart instead of dragStop, ↵ | Jörn Zaefferer | 2009-09-14 | 1 | -1/+1 |
| | | | | copy&paste FTF) | ||||
* | Dialog: Changed beforeclose option to beforeClose. Fixes #4669 - Dialog: ↵ | Scott González | 2009-07-11 | 1 | -4/+4 |
| | | | | beforeclose option should be beforeClose. | ||||
* | Widget factory: Force event types to be lowercase. Fixes #4668 - All event ↵ | Scott González | 2009-07-11 | 1 | -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ález | 2009-07-10 | 1 | -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ález | 2009-07-04 | 1 | -17/+17 |
| | | | | Fixes #4650: ui hash not always provided in events/callbacks. | ||||
* | dialog unit tests: split tests into individual files | Richard Worth | 2009-02-04 | 1 | -2/+168 |
| | |||||
* | unit tests: created separate file for each module: core, common widget, ↵ | Richard Worth | 2009-02-02 | 1 | -0/+12 |
events, methods, options, tickets |