Hi, I’ve got the same problem explained in this old post and it seems a bit tricky to solve.
It seems it doesn’t happen on your samples, but I can’t tell you for sure cause it’s a random issue and sometimes seems it never happens also in my scheduler.
No javascript errors are displayed when the cover remains.
I’m developing on a windows 7 machine
We never was able to reconstruct the issue locally.
By looking in code, it seems that the only situation when such result can occur is a javascript error during data saving.
Hi there, actually it also happens to me when i try to create function search by event’s name and the result will be in grid view. so when i double click one of event it show the lightbox and the div with class = ‘dhx_cal_cover’ appear more than 1.
finally i can hide the ‘dhx_cal_cover’ using the javascript, here is the code :
function backToCalendar() {
var appBanners = parent.document.getElementsByClassName('dhx_cal_cover'), i;
for (i = 0; i < appBanners.length; i += 1) {
appBanners[i].style.display = 'none';
}
lightbox.close();
}
just put the function on the cancel, delete, and save button
hope it work for you guys
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan