当事件处于多周时,FullCalendar ListWeek视图抛出错误

时间:2018-01-15 22:25:56

标签: fullcalendar

我的活动从2014年1月26日开始,到2014年1月28日结束。

Calendar Month View

当我进入ListWeek视图时,我收到了以下错误。

Uncaught TypeError: Cannot read property 'startMs' of undefined
throws at ... fullcalendar.js:17616:61 TypeError: Cannot read property 
'startMs' of undefined
at members.constructor.componentFootprintToSegs (fullcalendar.js:17616)
at members.constructor.eventFootprintToSegs (fullcalendar.js:5238)
at members.constructor.eventFootprintsToSegs (fullcalendar.js:5217)
at members.constructor.renderEventsPayload (fullcalendar.js:5527)
at members.constructor.callChildren (fullcalendar.js:4866)
at members.constructor.renderEventsPayload (fullcalendar.js:4427)
at members.constructor.executeEventsRender (fullcalendar.js:10241)
at eval (fullcalendar.js:9917)
at constructor.runTaskFunc (fullcalendar.js:2506)
at constructor.runTask (fullcalendar.js:2636)
如果事件在一周范围内,

ListWeek工作正常,但如果事件分布在多个星期,则会引发错误。

即使在多个月内展开,我也会在ListMonth上收到相同的错误。

这是一个错误吗?

0 个答案:

没有答案