Problem with TimeRangeDoubleClickJavaScript in Chrome Browser
13 years ago.
Hello,
Regression problem.
In DayPilot 6 (6.7.2431), the following code works fine in Chrome Browser:
<daypilot:daypilotcalendar id="DPC" .....
TimeRangeDoubleClickHandling="JavaScript" TimeRangeDoubleClickJavaScript="alert('TimeRangeDoubleClick')">
</daypilot:daypilotcalendar>
When I doubleclick an empty cell, then JavaScript alert is fired.
In DayPilot 7 (7.3.2861), this code doesn't work anymore in Chrome (OK on Internet Explorer).
The TimeRangeSelectedJavaScript still works in Chrome but not the TimeRangeDoubleClickJavaScript.
Any idea ?
Regards
DayPilot