Hi,
I am battling an issue where the events jump to wrong lines in the timeline view. This can be observed right after creation + scroll but it also happens randomly upon scroll.
Setup:
- scrollable: true must be set on the timeline view
- lightbox must be disabled (i.e. onBeforeLightbox returns false)
How to reproduce:
- Here is the example: https://snippet.dhtmlx.com/b358prr7
- Begin creating-dragging a new event on line 1 (Room 1) and WHILE dragging change the section (let’s say move all the way to Room 5. Release the mouse. Result: event correctly created on Room 5.
- Scroll the view.
Expected result:
Event stays on Room 5
Real result:
Event jumps to Room 1
There seems to be something wrong with the scrollable rendering because when I turn the scrollable off, it works. Also, if the built-in lightbox is used, then it works fine, at least from what I saw from a quick testing. Why is this? This gives me hope that there is a quick workaround because…
I MUST use a custom lightbox and I MUST use scrollable so there is no way I can avoid it. This creates a huge problem for me at the moment so every feedback appreciated.
Thank you!