Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Day numbers not correctly showed in month-view #178

Open
GoogleCodeExporter opened this issue Apr 27, 2015 · 3 comments
Open

Day numbers not correctly showed in month-view #178

GoogleCodeExporter opened this issue Apr 27, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant