Issue 46: Display differences between IE and Firefox
Status:  Released
Owner: ----
Closed:  Aug 2013
Reported by marshast...@gmail.com, Jun 25, 2009
What steps will reproduce the problem?
It's up at
http://housing.byu.edu/rha/newwebsite/Heritage%20Council.html

What is the expected output? What do you see instead?
It works perfectly in Firefox, but IE does not display the events. 

What version of the product are you using? On what operating system?
full calendar 1.2 

Please provide any additional information below.

I used a slide toggle function to hide the calendar, so I'm wondering if
that is affecting the display in IE.
Jun 29, 2009
Project Member #1 adamrs...@gmail.com
the bug was elicited by one of your malformed calevent objects, the first one, where
the start date is "new Date(y, m, 12, 17, 0)", and the end is "new Date(y, m, 12)",
which is implied to be "new Date(y, m, 12, 0, 0)" which makes this end date BEFORE
the start. This caused IE to choke during rendering.

In 1.2.1 I made this behavior failsafe, no errors will be thrown during rendering

But still, remember end dates are exclusive
(http://arshaw.com/fullcalendar/docs/#calevent-objects)

thanks for the bug report
Status: Fixed
Aug 13, 2013
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Implemented
Aug 13, 2013
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Released