Issue 2143: Accidental browser selection when dragging external event
Status:  ExportedToGithub
Owner: ----
Closed:  Aug 2015
Reported by bencamu...@gmail.com, May 2, 2014
Hi !
I didn't make a JS Fiddle because you can see it directly on your demo page:
http://arshaw.com/js/fullcalendar-1.6.4/demos/external-dragging.html

When you drag an external event, cells get blue while dragging, well.
But then try to drop an external element of the page (ex: highlight a text, then drag and drop it on the calendar). Then move the mouse hover the calendar and you will see the cells getting blue as if you were dragging something but you're not...
It gets worse when you try to move an event, you get this type of error :
Error: cannot call methods on draggable prior to initialization; attempted to call method 'option'

Hope you will understand the problem. I think it's not hard to fix !
Thanks for your great work.

Ben
Jun 7, 2014
Project Member #1 adamrs...@gmail.com
What browser / OS are you using?
Status: Reproducing
Labels: Type-Bug
Jun 11, 2014
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Summary: Accidental browser selection when dragging external event (was: External drag error)
Apr 14, 2015
#3 john.gra...@ienglish.com
I am having the same problem. It happens with 2.2 and 2.3.1 (as I have tested so far). The current demo of the external dragging functionality can cause the problem:

http://fullcalendar.io/js/fullcalendar-2.3.1/demos/external-dragging.html

To Reproduce:

 1. Drag an external event anywhere into the calendar
 2. Select some text and drag onto into the calendar Now the cursor should highlight any day that it goes over the top of
 3. Drag the existing event to another position. This should cause the day that was selected to remain blue (the class fc-highlight remains).

There seems to be a few different ways to reproduce this, but this is one of them.

This problem happens on FireFox, Chrome and iE9 (I have not tested other versions of IE)


Thanks

Johnny
fc-highlight remaining.PNG
24.7 KB   View   Download
Apr 14, 2015
#4 john.gra...@ienglish.com
Note, the attachment I added in the previous comment shows days incorrectly highlighted
Aug 21, 2015
Project Member #5 adamrs...@gmail.com
Discussion for this issue has moved to the following URL:
https://github.com/fullcalendar/fullcalendar/issues/2408

This is because Google Code is shutting down. Apologies if you are being pestered with these notifications. This is a one-time event.

Happy coding,
Adam
Status: ExportedToGithub