Hi,
on version 2864 at row 12911:
this._onMainRightClick = function(ev) {
if (touch.detected) {
return;
}
var selection = calendar.getSelection();
...
...
this function gets fired also when I right click on an event so if selection is undefined there should be a return.
Regards,
Giovanni Tedaldi