-
Notifications
You must be signed in to change notification settings - Fork 637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scroll Bug #918
Comments
Did you find any workaround on this? No matter the way I move the time always go backwards and super fast. If I interact with an item first it works normally Update => I found a workaround, I'm rendering my timeline only when my items and groups are ready and it works fine: {items.length > 0 && groups.length > 0 ? (
<Timeline ....
) : null} |
@PauloMesquitaSP Hello, thank you for the response, i haven't found a workaround myself, but i will try yours. |
There is an issue with the library, where the timeline does not function properly, if no groups are present - therefore, I would suggest to always supply a placeholder group, if the array of groups is empty, e.g.: |
Description
The bug occurs when reloading the page on the timeline. It makes itself noticeable when you then try to scroll thruough the timeline (with your mouse or dragging). The days start scrolling completely random (backwards and really fast) while the single cells dont even change.
Reproduce:
Just implement a calendar with a few groups and events, reload the page in the browser and try scrolling.
There is no speacial custom code involoved in this, if you feel like there might be some unexpected changes we have made that lead to such behavior please respond.
Library Version
Version : 0.28.0
The text was updated successfully, but these errors were encountered: