Our pure JavaScript Scheduler component


Post by tso »

Hello,

The following was reproduced in the example https://www.bryntum.com/examples/scheduler/grouping/, but with dependencies enabled i.e. the addition of `dependencies: true` in the `features` key.

We've identified two errors with regards to how the scheduler deals with groups and dependencies.

1. Collapsing a grouping with dependencies hides the both the events and dependencies as expected. However, when interacting with the screen (e.g. scroll, creating new event) the dependencies are re-shown. See gif:
reshown-dependencies.gif
reshown-dependencies.gif (2.4 MiB) Viewed 616 times
2. Collapsing a group with dependencies and then zooming hides the dependencies when expanding the group. Only re-zooming shows the dependencies again.
grouped-zoom-hides-tc.gif
grouped-zoom-hides-tc.gif (3.41 MiB) Viewed 616 times
These bugfixes are semi-urgent for us, do you by any chance have an ETA regarding delivery?

Best,
Tobias

Post by mats »

Thanks for reporting, we'll try to get it fixed for next release: https://github.com/bryntum/support/issues/384

Post Reply