]> source.dussan.org Git - jquery-ui.git/commit
Datepicker: only set the focus explicitly if it is not already on the target field...
authorTobias Brunner <tobias@strongswan.org>
Thu, 3 Feb 2011 13:51:50 +0000 (08:51 -0500)
committerScott González <scott.gonzalez@gmail.com>
Thu, 3 Feb 2011 13:51:50 +0000 (08:51 -0500)
commit39cf7d5bb4f9dfe1ada5dc2499f5c91e536ec96b
tree940bab699be137911c63746a9b8d66172f77885b
parent8ac5da23159292225068c82caee99d5308e2be22
Datepicker: only set the focus explicitly if it is not already on the target field. Fixed #6694 – datepicker does not fire change event in IE8

jQuery stores the current content of a field whenever it gets the focus. Since the fixed function is also called for KeyUp events the change event is not triggered anymore when the input looses focus.
ui/jquery.ui.datepicker.js