aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/datepicker/datepicker_test_helpers.js
Commit message (Collapse)AuthorAgeFilesLines
* Draggable: active element blurs when clicking on a draggable. Fixes #4261 - ↵Steven Luscher2013-06-191-11/+1
| | | | Draggable: Inputs do not blur when clicking on a draggable
* Datepicker Tests: fix failing oldIE tests by creating new inputs to focus ↵Mike Sherov2013-04-141-3/+7
| | | | when necessary for focus tests.
* Datepicker Tests: ensure Focus tests work all the way back to jQuery 1.6 in ↵Mike Sherov2013-04-111-6/+10
| | | | all browsers without having to rely on timeouts.
* Datepicker Tests: use simulated events for focus and blur.Mike Sherov2013-04-071-2/+2
|
* Datepicker Tests: Fix IE tests by accounting for async nature of focus/blur ↵Mike Sherov2013-04-071-0/+7
| | | | | and by correctly not double focusing a programmatically focused date picker. A partial fix was implemented to resolve #6694, and this commit completes the fix so we can programmatically focus a date picker without focus being fired twice.
* Tests: Convert single quotes to double quotes.Mike Sherov2012-12-261-4/+4
|
* Dev: remove globals from tests and moved test helpers to correct location - ↵Mike Sherov2012-11-031-0/+22
Fixed #8770 Dev: Remove globals and Standardize Test Suite