42Lines/wicket-fullcalendar

Resizing and Droping the events do not work!

Closed this issue · 4 comments

Hi

I've just started to use your full-calendar component. It sounds great! I just can't resize nor drop the events. Is not it implemented yet or it is my fault?
Actually "onEventDropped" and "onEventResized" events are never fired, but there is no problem with firing "onDateRangeSelected" and "onEventClicked".

Sincerely
/Goli

Are the events/event sources editable? For example, are you calling eventSource.setEditable(true)?

Yes, they are all editable! I have called eventSource.setEditable(true) for all of them.

But that's weird! because when I set the EventSource to be editable, not only "dragging" and "resizing" do not work but also "onEventClicked" wouldn't be raised anymore! I mean "onEventClicked" only works when eventSource.setEditable(false)! Why?!

It got fixed! I was using the old version of jQuery! :-)

Good to hear :)
On May 10, 2011 5:16 AM, "golrokh" <
reply@reply.github.com>
wrote:

It got fixed! I was using the old version of jQuery! :-)

Reply to this email directly or view it on GitHub:
#1 (comment)