Our pure JavaScript Scheduler component


Post by oword »

Hi, I'm using your last version of Bryntum Scheduler (4.1.2 version) and I've a trouble. If I select multiple events, drag them and abort drag and drop (with "ESC" button), all events return to their original place, but some events remain with the "b-dragging" class active and I can no longer select them, furthermore in a load of the events and resources (eventstore.load() and resourcestore.load()) those "ghosts" are not cleaned up and I find some double events.
What am I doing wrong?


Post by mats »

Looks like a bug, we'll get it fixed: https://github.com/bryntum/support/issues/2867


Post by oword »

Thanks


Post by oword »

I've update to 4.1.3 version and now, after drag abort, all events no longer have the "b-dragging" class, and that's okay, but sometimes some of them are duplicated, without the "b-dragging" class, which accept the "b-sch-event-hover" (hover event) and "b-active" (click event) classes, but which cannot be selected (class" b-sch-event-selected") and are not cleaned up with a possible eventstore.load(). I can't figure out when this happens, sometimes yes and sometimes not, so I can't tell you exactly how to reproduce the problem.


Post by mats »

Ok if you can find the pattern of how to reproduce, we would love to see it so we can get it fixed. Meanwhile I found and fixed this: https://github.com/bryntum/support/issues/2875

Not sure if related to your issue.


Post by oword »

Ok, thanks, as soon as I find how to reproduce the problem I'll write you


Post Reply