]> source.dussan.org Git - jquery-ui.git/commit
Datepicker: Abstract mouseover logic to avoid explicit event trigger
authorTJ VanToll <tj.vantoll@gmail.com>
Wed, 23 Jul 2014 16:50:49 +0000 (12:50 -0400)
committerTJ VanToll <tj.vantoll@gmail.com>
Wed, 23 Jul 2014 19:10:37 +0000 (15:10 -0400)
commitc399f1f77a015d4f269e3bda98720ebea9bb0c7a
treef885ca670646bf7bf184f9203dc56766737e3e4f
parent69f25dbff71d9864ce7ce46c47003413f8b7deb2
Datepicker: Abstract mouseover logic to avoid explicit event trigger

The reliance on `.mouseover()` caused an issue in some circumstances
(see #5816). The removal of `.mouseover()` broke keyboard navigation
(see #10319).

Fixes #10319
Closes gh-1290
ui/datepicker.js