google-code-export / gwt-cal

Automatically exported from code.google.com/p/gwt-cal
1 stars 0 forks source link

monthview displays days/appointments not of the month #148

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. setup calendar to display month view.  Pick February
2.  Add an appointment that spans from Feb to March.  

What is the expected output? What do you see instead?
The calendar will display days from January & March.  The appointment likewise 
will be displayed on the March days for the February calendar.

It would be great if there is an option to disable days that are not on the 
month.  Likewise, if it were possible to background shade the off month days.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by dwight.l...@gmail.com on 23 Jan 2012 at 5:08

Attachments:

GoogleCodeExporter commented 9 years ago
We would need to add a flag to prevent the days, and the appointments, from 
rendering if they are from the next / prior month.

This behavior was modeled after outlook 2003 and is really the desired 
behavior, so the change is low priority for us. However, we are happy to accept 
patches!

Original comment by Brad.Ryd...@gmail.com on 2 May 2013 at 8:44