Skip to main content

Bug Tracker

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.

Attachments (0)
Change History (2)

Changed February 27, 2008 05:35PM UTC by mnichols comment:1

please diregard...submitted on ui

Changed March 10, 2008 04:39AM UTC by davidserduke comment:2

resolution: → invalid
status: newclosed

Closed as requested by author.