onClick and onDblClick are not triggering in Chrome

Hello,
onDblClick and onClick are not triggering in chrome. But same code is working perfectly in Firefox browser.
onClick :
scheduler.attachEvent(“onDblClick”, function (id, e)
{ alert(id) });
onDblClick :
scheduler.attachEvent(“onDblClick”, function (id, e)
{ alert(id) });

Kindly help me to resolve.

Hi,

I tried to reproduce, and events worked as expected in both browsers.
Does the issue occur in the snippet?
docs.dhtmlx.com/scheduler/snippet/66f258b3