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:
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 comment:1
milestone: | TBD → 1.8 |
---|---|
priority: | major → minor |
Changed January 13, 2010 08:28AM UTC by comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
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.