getkirby-v2 / panel

This is the deprecated admin panel for Kirby v2.
http://getkirby.com
Other
133 stars 71 forks source link

Window scroll restore #1129

Closed jongacnik closed 3 years ago

jongacnik commented 6 years ago

Window scroll restoration is not working as expected in the panel. Scroll behavior outlined here: https://github.com/getkirby/panel/blob/master/assets/js/src/components/content.js#L11

Scroll position is saved before new page is loaded, and then restored once that page has been loaded. Though it seems like we don't want scroll position restored, since it is a new page. Expected behavior is scroll position is set to top of page, not previous scroll position.