Hi,
I have a problem with the rendering of the events in the Calendar. It happens (to me) with Vaadin 7.2.3, 7.2.7, 7.3.3.
The attached image shows that some events are placed behind others (I’m adding the events sorted by date and time).
I tried to add the same events to the Calendar Demo and it seems to works properly.
The attached file is a layout class that display a list of events and a calendar. You can use the textfields to specify what events (and order) to load the calendar.
The “loadEvents” method is the one that adds the events to the calendar.
What am I doing wrong?
16871.java (7.98 KB)