Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Draggable: active element blurs when clicking on a draggable. Fixes #4261 - ↵ | Steven Luscher | 2013-06-19 | 1 | -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 Sherov | 2013-04-14 | 1 | -3/+7 |
| | | | | when necessary for focus tests. | ||||
* | Datepicker Tests: ensure Focus tests work all the way back to jQuery 1.6 in ↵ | Mike Sherov | 2013-04-11 | 1 | -6/+10 |
| | | | | all browsers without having to rely on timeouts. | ||||
* | Datepicker Tests: use simulated events for focus and blur. | Mike Sherov | 2013-04-07 | 1 | -2/+2 |
| | |||||
* | Datepicker Tests: Fix IE tests by accounting for async nature of focus/blur ↵ | Mike Sherov | 2013-04-07 | 1 | -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 Sherov | 2012-12-26 | 1 | -4/+4 |
| | |||||
* | Dev: remove globals from tests and moved test helpers to correct location - ↵ | Mike Sherov | 2012-11-03 | 1 | -0/+22 |
Fixed #8770 Dev: Remove globals and Standardize Test Suite |