You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. I execute this code and then add the calendar to a panel.
CalendarSettings cs = new CalendarSettings();
cs.setEnableDragDrop(false);
calendar = new Calendar(CalendarViews.MONTH, cs);
calendar.setWidth("100%");
2. If the month I show has no appointments, the day numbers are shown all
together in the top. If I create a new appointment, add and reload the numbers
are shown correctly after this even if I remove the appointment I created. It's
just when loading and showing the calendar in a month with no appointments.
What is the expected output? What do you see instead?
Day numbers correctly showed in each day cell. They're all together in the top
of the view.
What version of the product are you using? On what operating system?
gwt-cal 0.9.4, gwt 2.5.0.
Windows 7 x64, it happens with any explorer.
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 4 May 2013 at 7:28
Original issue reported on code.google.com by
[email protected]
on 4 May 2013 at 7:28Attachments:
The text was updated successfully, but these errors were encountered: