#7107 closed defect (fixed)
dojox.widget.Calendar clicking on days in next or previous month selects wrong date
Reported by: | sos | Owned by: | nathan |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Widgets | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When clicking the greyed days in the calendar for either the next or previous months, it selects the same date in the currently showing month. It should select the date in either the next or previous months.
Attachments (2)
Change History (6)
Changed 14 years ago by
Attachment: | Calendar_next_prev_month.patch added |
---|
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Changed 14 years ago by
Attachment: | Calendar_next_prev_month.2.patch added |
---|
Updated, more concise patch for this issue, which reuses dojo.date.add
comment:2 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Reopening the ticket as I have attached a more concise patch which reuses dojo's dojo.date.add functionality. Apologies for this.
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:4 Changed 14 years ago by
Milestone: | → 1.2 |
---|
marking tickets closed in the last three months w/blank milestone to milestone 1.2.
Note: See
TracTickets for help on using
tickets.
Patch to fix this issue