You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Maintain Scroll Position When Navigating Between Pages
Description:
When browsing through courses and navigating back from inside a week's page, the user is scrolled to the top and must manually scroll back to their previous position. This makes it a tedious task to navigate between pages.
Problem:
The current implementation does not preserve the scroll position when navigating away from and back to a page, resulting in a poor user experience.
Solution:
Remember the scroll position of the page when the user navigates away, and restore it when they navigate back. This will allow users to pick up where they left off without having to manually scroll back to their previous position.
Expected Behavior:
When a user navigates away from a page, the current scroll position is stored.
When the user navigates back to the page, the stored scroll position is restored.
Title: Maintain Scroll Position When Navigating Between Pages
Description:
When browsing through courses and navigating back from inside a week's page, the user is scrolled to the top and must manually scroll back to their previous position. This makes it a tedious task to navigate between pages.
Problem:
The current implementation does not preserve the scroll position when navigating away from and back to a page, resulting in a poor user experience.
Solution:
Remember the scroll position of the page when the user navigates away, and restore it when they navigate back. This will allow users to pick up where they left off without having to manually scroll back to their previous position.
Expected Behavior:
References:
Labels:
The text was updated successfully, but these errors were encountered: