Side navigation
#2391 closed bug (invalid)
Opened February 22, 2008 06:04PM UTC
Closed March 10, 2008 04:39AM UTC
Datepicker v3.4 enable needs to reattach focus event
Reported by: | mnichols | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | core | Version: | 1.2.3 |
Keywords: | ui datepicker enable | Cc: | |
Blocked by: | Blocking: |
Description
$("#input").datepicker("enable") needs to reattach the focus event since disabling the control removes the focus event .
The patch simply reattaches the focus event to the target upon enable.
To test, start the page with datepicker("disable"), then try to datepicker("enable"). You'll find the focus event isn't applied to the target anymore.
please diregard...submitted on ui