Tooltip bug in IE9

Message: No such interface supported
Line: 131
Char: 4
Code: 0
URI: http://localhost:58818/content/js/scheduler/ext/dhtmlxscheduler_tooltip.js

This error appears when the tooltip is activated while hovering over an event. Is there a fix for it? I’m using the tooltip on the scheduler without any modifications to js or css. It’s just the default installation. I’ve also tried in FF and Chrome. It works fine in those two browsers.

Thanks

Hello,

I believe this issue is fixed in the version available on Known issues page.

Best regards,
Ilya

I’m using that version, but the problem is still there.

I edited dhtmlxscheduler_tooltip.js on line 131 from

var evt = document.createEventObject(ev);

to

var evt = document.createEventObject();

That fixed it. But I’m guessing it might break the licensing agreement? We haven’t bought the
scheduler yet, but we definitely will. So if it’s ok to modify the .js files, then that’s fine with me.

Hello,

I’ve attached updated version.

Best regards,
Ilya
dhtmlxscheduler_tooltip.ZIP (3.43 KB)