#4474 closed bug (fixed)
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
Change History (5)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
This appears to have been marked resolved in ver 1.5.3, I'm using 1.7.1 and get the exact same issue.
comment:3 Changed 13 years ago by
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.
comment:4 Changed 13 years ago by
I can confirm this bug in 1.7.2 as well. I opened a new ticket for the bug in 1.7 here: #4923.
Fixed in #2500. Applied keyup processing in all cases, rather than just when an elternate field is present.