search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Calendar _onMainRightClick

Asked by Giovanni
6 years ago.

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

Answer posted by Dan Letecky [DayPilot]
6 years ago.

This should be already fixed since build 2886. See the sandbox:

https://javascript.daypilot.org/sandbox/

Let me know if the problem persists. And thanks for reporting the issue.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.