Hi,
First thanks for solving the other topics, will try them out shortly.
Another thing I noticed is a javascript error in the Calendar.sizeEventWindow method when I add a new event for the first time. The strange thing is that it does not happen the second time when I create a new event in the editor. I use a custom editor but in the end just call addEvent on the calendar.
See the attached screenshot of the chrome debugger for the stacktrace and location. The props variable is undefined because it seems that the event._overlapProps are not set. I remember that you mentioned that there was a known issue with something with overlaps. But wanted to mention it anyway to you.
gr. Martin
First thanks for solving the other topics, will try them out shortly.
Another thing I noticed is a javascript error in the Calendar.sizeEventWindow method when I add a new event for the first time. The strange thing is that it does not happen the second time when I create a new event in the editor. I use a custom editor but in the end just call addEvent on the calendar.
See the attached screenshot of the chrome debugger for the stacktrace and location. The props variable is undefined because it seems that the event._overlapProps are not set. I remember that you mentioned that there was a known issue with something with overlaps. But wanted to mention it anyway to you.
gr. Martin
Comment