Skip to main content

Search and Top Navigation

#4869 closed bug (fixed)

Opened September 21, 2009 12:23PM UTC

Closed January 13, 2010 08:28AM UTC

Datepicker undesired today date on field & appendText

Reported by: Miroku_87 Owned by:
Priority: minor Milestone: 1.8
Component: ui.datepicker Version: 1.7.2
Keywords: option field value Cc:
Blocked by: Blocking:
Description

Hi everyone,

I found a bug.

Watch here:

http://jsbin.com/efuxe

In the input fields I put the value attribute to "tryout" but when the page is loaded instead of tryout we find the current date.

Moreover, appendText doesn't work.

I found out that the problem is the option setting after initialization.

In fact, this page works: http://jsbin.com/enani/edit

Attachments (0)
Change History (2)

Changed November 16, 2009 01:30PM UTC by jzaefferer comment:1

milestone: TBD1.8
priority: majorminor

Changed January 13, 2010 08:28AM UTC by kbwood comment:2

resolution: → fixed
status: newclosed

Fixed in r3670. The value 'tryout' is deleted due to an attempt to retain an existing date in the (possibly) new format when changing options, since it is not a valid date.