Hi,
As the title indicates, when I try to open the default task editor using context menu or double-clicking on an event widget or even if I just double-click on part of the timeline grid that does not have an task on it, all the events just disappear from the screen.
There is no logging on the console indicating an error or http activity when this happens.
Tried to analyze the resulting HTML document using the Chrome Dev Tools and one thing I see is that tell is that a whole bunch of elements , like every div that represents an event gets the
.b-released
CSS class assigned to them which has the property
display: none !important
.
This is not an assignment my code does the directly.
I have tried to isolate the problem by turning off a bunch of features in the configuration but have been unsuccessful in preventing this behavior.
For whatever reason, if I replace the default editor with my own modal dialog using the beforeEventEdit listener, I am able to avoid the disappearing tasks. But I would much prefer to customize the Bryntum dialog.
Providing a reproducible example is difficult since I am using Bryntum from an Aurelia app and would be quite a task to run it in isolation.
But I am hoping you might have seen this phenomenon before or could provide some guidance on how to troubleshoot this problem.
I am using version 5.6.12 (latest as far as I know) of Bryntum Scheduler Pro.
Thanks!
Marco