Full day checkbox bug?

Hello,

I’ve enabled the full day checkbox in the lightbox by using this parameter:

scheduler.config.full_day = true;

If the user clicks the “Full day” checkbox more than once, the end_date gets incremented every time the checkbox is checked.

It appears to me to be a bug. Is there a quich fix?

Michele

Hi,
the bug is confirmed. Please try the attached patch (add js to the page, right after dhtmlxscheduler.js )
dhtmlxscheduler_full_day_fix.zip (1.13 KB)

Hello,

tried the patch but it seems the behaviour is the same.
I’m sure the file is properly loaded, after the main dhtmlxscheduler.js

Tried to put some alert() on the patch file, but it seems it is not called, so it seems the system is not using the patch.

Thank you.
Michele

please check the demo docs.dhtmlx.com/scheduler/snippet/af34d865
note a link to the patch file in html section