]> source.dussan.org Git - jquery-ui.git/commit
Datepicker Tests: Fix IE tests by accounting for async nature of focus/blur and by...
authorMike Sherov <mike.sherov@gmail.com>
Sun, 7 Apr 2013 18:16:31 +0000 (14:16 -0400)
committerMike Sherov <mike.sherov@gmail.com>
Sun, 7 Apr 2013 18:16:31 +0000 (14:16 -0400)
commit1c1b64fcf017471970c3903a2bc89cc7d108aaa3
tree73d59649bbe62afb195c1c2d74cdda8d4e3faa7e
parent58d9130ba3f7f6560582c41066ca0678c036d8e3
Datepicker Tests: Fix IE tests by accounting for async nature of focus/blur 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/unit/datepicker/datepicker_options.js
tests/unit/datepicker/datepicker_test_helpers.js
ui/jquery.ui.datepicker.js