Search and Top Navigation
#2392 closed bug (worksforme)
Opened February 22, 2008 06:07PM UTC
Closed February 25, 2008 04:04AM UTC
Last modified May 24, 2008 03:39AM UTC
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 (0)
Change History (3)
Changed February 25, 2008 04:04AM UTC by comment:1
owner: | paul → kbwood |
---|
Changed February 25, 2008 04:04AM UTC by comment:2
resolution: | → worksforme |
---|---|
status: | new → closed |
Works for me in the latest version.
Changed May 24, 2008 03:39AM UTC by comment:3
milestone: | 1.2.4 |
---|
Milestone 1.2.4 deleted