System Information
Strapi Version : 4.25.1
Operating System : windows 11
Database :
Node Version : 18.17.1
NPM Version : 9.6.7
Yarn Version : 1.22.19
I have same issue with this bug report in GitHub of strapi 5
opened 02:02PM - 15 Oct 25 UTC
issue: bug
severity: medium
source: core:content-manager
status: pending reproduction
version: 5
Description:
When opening an entry in the Content Manager, the scroll position o… f the page is not reset to the top.
For example, if you scroll down in the list view and then click on an entry, the edit form opens in the middle of the page instead of starting at the top.
Expected behavior:
When navigating to an entry’s edit view (or creating a new entry), the scroll position should always reset to the top (scrollTop = 0), so that the first input field is visible.
Actual behavior:
The edit form opens with the previous scroll position from the list view, sometimes in the middle or bottom of the page.
Strapi version: 5.24.2 (Growth)
Browser: Chrome / Firefox
Operating system: Windows 10
Steps to reproduce:
In the Content Manager, open a collection type (e.g. “Questions and Answers”).
Scroll down the list.
Click on an entry.
The entry editor opens not at the top, but somewhere in the middle of the page.
Additional information:
No admin UI customizations or CSS overrides.
Reproducible even in incognito mode.
but I did not find any bug report of strapi 4, just wondering if anyone also found this issue in version 4 or is just me. And if there is any workaround.