Skip to main content

Search and Top Navigation

#3057 closed bug (fixed)

Opened July 02, 2008 10:50AM UTC

Closed August 27, 2008 02:23PM UTC

Bug in DatePicker - CustomRange

Reported by: lukebrookhart Owned by: paul
Priority: minor Milestone: 1.7
Component: ui.datepicker Version: 1.5.1
Keywords: customrange Cc: m@marcgrabanski.com
Blocked by: Blocking:
Description

CustomRange, as found on http://ui.jquery.com/functional_demos/#ui.datepicker under "Another Date Range", does not link the two input selections.

It should not be possible to select a date in the first input that is greater than the date in the second input. Nor should it be possible to select a date in the second input that is less than the date in the first input.

Attachments (0)
Change History (5)

Changed July 08, 2008 04:54PM UTC by kbwood comment:1

The problem is that the demo contains $("#startDate,#endDate").datepicker({beforeShow: $.datepicker.customRange, ... whereas it should be $("#startDate,#endDate").datepicker({beforeShow: customRange, ... The latter version is what is in SVN, so where does the other version come from?

Changed August 15, 2008 07:45PM UTC by grabanski comment:2

priority: majorminor

Changing priority to minor since this is not a bug with the datepicker core, but a demo implementation.

Changed August 16, 2008 08:04PM UTC by Cloudream comment:3

milestone: → 1.6

Changed August 16, 2008 08:05PM UTC by Cloudream comment:4

owner: grabanskipaul
status: newassigned

Changed August 27, 2008 02:23PM UTC by paul comment:5

resolution: → fixed
status: assignedclosed