Issue 1602: Fullcalendar crashes with jquery ui 1.9.0 (solved)
Status:  Done
Owner: ----
Closed:  Aug 2013
Reported by marm...@gmail.com, Nov 10, 2012
Hi,

i'm using fullcalendar along with some other jquery plugins on my webapplication. Initially, I used jquery 1.6 and jquery ui 1.8 but with new version if jquery ui 1.9 and because of some components newly supported i planned to upgrade all libraries. I'd problems with fullcalendar, that had all user interactivity broken. After investigating the problem I founded out that this crash was caused by one fullcalendar feature: event resizing. 

I was debugging the problem and i've found the solution. The bug is caused by changes on resize widget, concretelly on option handles:

in the method resizableSlotEvent(event, eventElement, timeElement) on line 4153 is where event resizing is created. The widget is initialized using this:

handles: {
    s: 'div.ui-resizable-s'
},

this is what is making the resize feature crash (and is breaking all callendar interaction). I've changed it to:

handles: 's'

and now i'm having all features running. I've not done a lot of tests, but all i'm using is working.

I post this message in order to help you or other people with same problem.

Cheers,

marmots.

Aug 18, 2013
Project Member #1 adamrs...@gmail.com
this should be fixed in recent versions
Status: Done