Scrolling to today doesn't work on page load and month change #4

Closed
opened 2021-03-25 15:04:02 +01:00 by madr · 0 comments
madr commented 2021-03-25 15:04:02 +01:00 (Migrated from gitlab.com)

Booking are being fetched asynchronously and the results are printed AFTER triggering window "today" scroll.

Actions order:

=> fetch bookings
=> scroll to today
=> print bookings
=> window height changes & position of today changes
// at this moment user ends up on some date earlier than today because the container/window gets bigger
Booking are being fetched asynchronously and the results are printed AFTER triggering window "today" scroll. Actions order: ``` => fetch bookings => scroll to today => print bookings => window height changes & position of today changes // at this moment user ends up on some date earlier than today because the container/window gets bigger ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: sdbs/timeframes#4
No description provided.