Opened 8 years ago
Closed 8 years ago
#18215 closed enhancement (worksforme)
dijit/calendar needs a year next to month in heading
Reported by: | szerfas | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Dijit | Version: | 1.10.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Currently the digit/calendar only shows the month in the heading. If a user browses to the next year with the navigation arrow it is easy for them to get confused what year they are currently viewing since only the month is listed. A quick easy fix to this would be to display the year next to the month in the heading.
I have attached images of the current and proposed design.
Attachments (3)
Change History (5)
Changed 8 years ago by
Attachment: | Screen Shot 2014-08-11 at 9.28.12 AM.png added |
---|
comment:1 Changed 8 years ago by
this.containerNode.innerHTML =
(has("ie") == 6 ? "" : "<div class='dijitSpacer'>" + this.dropDown.domNode.innerHTML + "</div>") +
"<div class='dijitCalendarMonthLabel dijitCalendarCurrentMonthLabel'>" + monthNames[month.getMonth()] + " " + month.getFullYear() + "</div>";
Changed 8 years ago by
Attachment: | Screenshot 2014-08-12 04.57.15.gif added |
---|
real screenshot of dijit/Calendar
comment:2 Changed 8 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
With month appended