Issue 1523: eventDrop issue on Firefox 15
Status:  WontFix
Owner: ----
Closed:  Aug 2013
Reported by adi....@gmail.com, Aug 31, 2012
On fireox 15 if an event has set a url, and you drag&drop on the calendar, after the drop it redirects you to the link from the event.
Tested on chrome and firefox 14, no problems. Only on firefox 15.

Sep 2, 2012
#1 bitpu...@gmail.com
Confirm bug related to url property of an event. You can see it also in demo calendars in Adam Shaw site. Updating to last version of jquery-ui 1.8.23 and jquery 1.8.1 does not help. Right now I solved removing url property from all events (mine are json feeds) and using only a function (custom redirect) in eventClick, to mimicking url property.
Sep 3, 2012
#2 SteveMin...@gmail.com
I can confirm the same issue, I have temporarily removed the url property, but this causes some frustration from my users who are familiar with the normal functionality.
Sep 5, 2012
#3 fguerrer...@gmail.com
Thanks for your information, I almost got crazy for several hours trying everything to fix this problem, I started to think somethig was wrong with my code. :(
Sep 10, 2012
#4 stephen...@gmail.com
Just got a workaround.  I changed the "url" attribute to some other custom attribute (I used earl, just my sense of humour), and it worked fine.  FYI.
Dec 27, 2012
#6 letsj...@gmail.com
Same problem here with firefox 17!
Jan 11, 2013
#7 barriere...@gmail.com
Same problem with Firefox 18, jquery 1.8.3, jquery ui 1.9.2
Jan 29, 2013
#8 dyson.si...@gmail.com
Same problem with Firefox 18, jquery 1.6.1, jquery-ui 1.8.16. 

The workaround to rename the 'url' attribute worked for me. 
Aug 13, 2013
Project Member #9 adamrs...@gmail.com
This problem appears to have been resolved. At least with FullCalendar 1.6.3, jQuery UI 1.10.3, and Firefox 20, things are all good
Status: WontFix
Labels: Type-Bug