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
One thing I was hoping would be fixed when I saw the announcement of the update (but persists) is that the page scroll doesn't work like you would expect. If I am scrolled down a page, the mod detail page is scrolled down as well, requiring me to scroll up. Then I go back, and I've lost my place on the results page.
It's a classic symptom of using a SPA. At the very least, I believe the detail page should reset scroll to the top.
There is a setting under window.history.scrollRestoration which you can set to auto which may help on the results back behavior, but it just depends on how the libraries are implemented.
The text was updated successfully, but these errors were encountered:
@cridenour Is this still an issue? On Firefox, when I navigate from results->detail, my scroll is reset to the top. Navigating from a scrolled description pane to Mods still keeps the detail page's scroll position, though.
@cridenour Is this still an issue? On Firefox, when I navigate from results->detail, my scroll is reset to the top. Navigating from a scrolled description pane to Mods still keeps the detail page's scroll position, though.
It does seem to be broken for me still, also on Firefox. Sometimes it does scroll to the top when navigating to detail but its not consistent which makes me think its only happening if the detail didn't load in time so the container was smaller than the results and was forced to scroll up. Navigating back definitely loses scroll position though.
One thing I was hoping would be fixed when I saw the announcement of the update (but persists) is that the page scroll doesn't work like you would expect. If I am scrolled down a page, the mod detail page is scrolled down as well, requiring me to scroll up. Then I go back, and I've lost my place on the results page.
It's a classic symptom of using a SPA. At the very least, I believe the detail page should reset scroll to the top.
There is a setting under
window.history.scrollRestoration
which you can set toauto
which may help on the results back behavior, but it just depends on how the libraries are implemented.The text was updated successfully, but these errors were encountered: