开发者

Fullcalendar, recurring allDay events don't align/stack up correctly/show up in the right order

开发者 https://www.devze.com 2023-03-04 13:53 出处:网络
My problem is that when I add more then one recurring allDay event and am viewing say 1.May to 7.May, they don\'t stack right, the order is wrong, for example on 1.May I have event with id 1 then even

My problem is that when I add more then one recurring allDay event and am viewing say 1.May to 7.May, they don't stack right, the order is wrong, for example on 1.May I have event with id 1 then event with id 3 and then event with id 2 but on 2.May I have 1 2 3, so the events don't align.

I thought that when they got added, if I ordered them by ID they'd stack up correctly, since only id 1 would be added first and then under that id 2 and so on, I did that by doing data.sort(function(a,b){return a.id - b.id}), but that messed up the order even more for some 开发者_如何学JAVAreason.

How can I align events that have the same id (recurring events)?

Visual example: http://i.stack.imgur.com/Jppzl.png

I'm using Fullcalendar 1.4.11.


this is the bug: http://code.google.com/p/fullcalendar/issues/detail?id=379

0

精彩评论

暂无评论...
验证码 换一张
取 消