Search and Top Navigation
#2700 closed bug (fixed)
Opened April 17, 2008 02:44AM UTC
Closed June 18, 2008 05:40PM UTC
Last modified June 27, 2008 10:26AM UTC
Datepicker does not allow manual entry of alphabetic characters
Reported by: | peepsalot | Owned by: | grabanski |
---|---|---|---|
Priority: | minor | Milestone: | 1.5.1 |
Component: | ui.datepicker | Version: | 1.5 |
Keywords: | datepicker | Cc: | |
Blocked by: | Blocking: |
Description
I am using the datepicker plugin with dateFormat: 'dd-M-y'
When I try to manually type a date into the field, it is ignoring all alphabetic input (except for 'M' and 'y' strangely). This makes it impossible to fill in my month abbreviation.
I think a user should be allowed to manually type in the date if they choose to, and this should work even when dateformat involves full or abbreviated month names.
My full defaults are:
{
dateFormat: 'dd-M-y',
showOn: 'both',
buttonImageOnly: true,
buttonText: 'Click Here to Pick the date',
buttonImage: '/images/cal.gif',
speed: 'fast'
}
Attachments (0)
Change History (7)
Changed April 17, 2008 11:13AM UTC by comment:1
owner: | paul → iMarc |
---|
Changed May 24, 2008 03:39AM UTC by comment:2
milestone: | 1.2.4 |
---|
Milestone 1.2.4 deleted
Changed May 24, 2008 07:22PM UTC by comment:3
component: | ui.core → ui.datepicker |
---|---|
version: | 1.2.3 → 1.5b4 |
Changed May 27, 2008 10:41PM UTC by comment:4
owner: | iMarc → grabanski |
---|---|
status: | new → assigned |
Changed June 16, 2008 08:10PM UTC by comment:5
Fixed 16 June 2008 - correct syntax in switch statement
Changed June 18, 2008 05:40PM UTC by comment:6
resolution: | → fixed |
---|---|
status: | assigned → closed |
Changed June 27, 2008 10:26AM UTC by comment:7
milestone: | → 1.5.1 |
---|---|
version: | 1.5b4 → 1.5 |