rickilama54 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

Calendar does not show scheduled item that end at 12:00am #368

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Calendar control does not show scheduled item that end at midnight. This
happens for events that appear in last column in week view.

The test case shows two simple calendars. One with weekends enabled, and
other with weekends disabled and first week of the day as Saturday. Try
scheduling an event on first calendar for Sunday 11:00pm-12:00am. It will
not show. The second calendar has Friday as last day of week. Try
scheduling the same event from 11:00pm-12:00am. It will not show.

What steps will reproduce the problem?

1. Use the attached Entry point source code for testing.
2. Schedule an event 11:00pm-12:00am on first calendar on Sunday. It does
not appear on the calendar.
3. Schedule an event for 11:00pm-12:00am on second calendar for Friday. It
does not appear.

There seems to be a bug in calendar that does not show events for last day
of week.
What is the expected output? What do you see instead?

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 aha...@gmail.com on 27 Nov 2009 at 5:19

Attachments:

GoogleCodeExporter commented 8 years ago
I forgot to mention.

- The problems is in smartgwt 1.3.
- Happens on all platforms and all browsers.

Original comment by aha...@gmail.com on 27 Nov 2009 at 5:21

GoogleCodeExporter commented 8 years ago

Original comment by sanjiv.j...@gmail.com on 28 Nov 2009 at 2:37

GoogleCodeExporter commented 8 years ago
Fixed in SVN.

Original comment by sanjiv.j...@gmail.com on 8 Dec 2009 at 5:30