Skip to main content

Search and Top Navigation

#4474 closed bug (fixed)

Opened April 15, 2009 04:27PM UTC

Closed April 26, 2009 07:28AM UTC

Last modified October 11, 2012 09:15PM UTC

Pressing Return (keyCode 13) overwrites manually inserted input in DatePicker

Reported by: celleken Owned by:
Priority: minor Milestone:
Component: ui.datepicker Version: 1.5.3
Keywords: ui, datepicker, bug, keycode, return, today Cc:
Blocked by: Blocking:
Description

Quote from my post @ http://wiki.jqueryui.com/Datepicker :

1) click in input field -> DatePicker shows up

2) enter a date manually with the keyboard; for example: 26/04/1988 -> Hit Return (keyCode 13)

> Result: my input is overwritten with today's date.

NOTE: I saw it in v1.5.3 but I haven't had the time yet to check if it's still in v1.7.1

Attachments (0)
Change History (5)

Changed April 26, 2009 07:28AM UTC by kbwood comment:1

resolution: → fixed
status: newclosed

Fixed in #2500. Applied keyup processing in all cases, rather than just when an elternate field is present.

Changed May 25, 2009 09:07AM UTC by papichulo comment:2

This appears to have been marked resolved in ver 1.5.3,

I'm using 1.7.1 and get the exact same issue.

Changed August 25, 2009 06:35PM UTC by damien comment:3

I am also still getting this issue with 1.7.2, and it's also happening on the current demo page. This should be reopened.

Changed October 22, 2009 09:52PM UTC by tobias comment:4

I can confirm this bug in 1.7.2 as well. I opened a new ticket for the bug in 1.7 here: #4923.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:5

milestone: TBD

Milestone TBD deleted