kendo-react
kendo-react copied to clipboard
[Bug][Scheduler] Automatic resizing of the items after a state update
I'm submitting a...
- Bug report
Current behavior
When clicking clicking on a slot, it resizes the width of the other ones.
https://github.com/telerik/kendo-react/assets/108671796/fb3f4667-7f5d-449b-8004-d5d690e7e634
Expected behavior
Other items are not affected.
Minimal reproduction of the problem with instructions
- Open this demo https://codesandbox.io/p/sandbox/immutable-shape-6qglwk?file=%2Fsrc%2FApp.tsx%3A16%2C58 (it uses the approach demonstrated in this article)
- Click on "Show full day"
- Click on an empty slot
- Observe other items being resized
Reported again. Here is an example demonstrating the issue: https://codesandbox.io/p/sandbox/modest-chihiro-s5vj4g Clicking on a task fixes the layout problem