nwixsom / gwt-cal

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

MonthView ignores no of days #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Setting number of days while calling setView(CalendarView.MONTH, 31).
2. Using getter to retrieve no of days returns 3.

What is the expected output? What do you see instead?
I'd expect to have no of days set or even better no of days in displayed month.
Current behaviour makes navigating quite painful.

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

Original issue reported on code.google.com by jakub.gr...@gmail.com on 18 Aug 2010 at 7:38

GoogleCodeExporter commented 9 years ago
The method javadoc already  says: 

 @param days The number of days to display in the view, which can be ignored by some views.

Please don't' hesitate to reopen the case if you still feel that this is 
causing some problem. If that's the case, please add details about why "makes 
the navigating quite painful"

Thanks

Original comment by ctasada on 27 Jun 2012 at 9:52