Opened 15 years ago
Closed 15 years ago
#2391 closed bug (invalid)
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.
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Closed as requested by author.
Note: See
TracTickets for help on using
tickets.
please diregard...submitted on ui