#2392 closed bug (worksforme)
ui datepicker 3.4 enable needs to reattach focus
Reported by: | mnichols | Owned by: | kbwood |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.core | Version: | 1.2.3 |
Keywords: | ui datepicker 3.4 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.
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | uidatepicker.enable.reattachfocus.patch added |
---|
comment:1 Changed 15 years ago by
Owner: | changed from paul to kbwood |
---|
comment:2 Changed 15 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Works for me in the latest version.
Note: See
TracTickets for help on using
tickets.
reattach focus in enable