Issue 1288: Drag and drop triggers unwanted click-event
Status:  Invalid
Owner: ----
Closed:  Aug 2013
Reported by kpisak...@gmail.com, Feb 11, 2012
Hello,

I am getting an unwanted click-event in week-view. If I drag an event to another time slot and back to the previous spot without releasing the mouse-click before it arrives at the previous spot. The same thing happens if I resize and resize back again to previous size without releasing the mouse-click before it has the original size.

Odd thing is that it only happens once for each event. After the first unwanted click-event, no other unwanted click-events happens for that event, until I reload the page.

Otherwise dragging and resizing works perfectly.

I have tested it on FF with fullcalendar 1.5.2, jQuery 1.5.2, jQuery-ui 1.8.11/1.8.16 and fullcalendar 1.5.3, jQuery 1.5.3, jQuery-ui 1.8.17.

I have tested the unwanted click-event by adding a click-event listener to the element in eventRender:
eventRender: function(event, element) {
  element.click(function() {
    alert('click');
  });
}

The click-event fires when I drag or resize like described above.

I hope that someone can tell me if I'm doing something wrong or if it's an unwanted click-event and how to fix it.

Thanks in advance,
Kenni
Aug 15, 2013
Project Member #1 adamrs...@gmail.com
(No comment was entered for this change.)
Status: ReproTemp
Aug 25, 2013
Project Member #2 adamrs...@gmail.com
This message is being bulk-sent to a number of issues, both [very] old and new.

I have been working on taming this issue tracker, which has gotten out of control after months of neglect. You are receiving this message because I could not successfully reproduce the bug you were reporting with a reasonable amount of effort. I have written some new bug-report guidelines to be used by all bug reports going forward:

    http://arshaw.com/fullcalendar/wiki/Report-a-Bug/

Its salient point is that all bug reports should have an isolated demonstration, viewable online with a tool like JSFiddle.

If the bug you originally reported is still important to you, could you please first try the latest version of FullCalendar and see if it is fixed? If not, could you please file a NEW bug report that follows the new guidelines? This issue will not be monitored for further comments.

I'm sorry I have taken so long to respond to many of your request, and I'm sorry if this new procedure causes extra work for you. Going forward, the issue tracker will be much more of a well-oiled machine.

Again, if you must, PLEASE SUBMIT A *NEW* BUG REPORT (following the new guidelines) INSTEAD OF COMMENTING ON THIS ONE. Further comments on this report will be ignored. Thanks.
Status: Invalid
Labels: Type-Bug