Details
-
Bug
-
Resolution: Unresolved
-
Neutral
-
None
-
None
-
None
-
None
Description
Steps to reproduce
- https://demo.magnolia-cms.com/.magnolia/admincentral#app:jcr-browser-app
- Add node or property to file with many subitems, e.g. modules in config workspace

Expected results
Added node should be in view.
Actual results
Added node is not in view, user have to find the node.
Workaround
Collapse the parent node before adding a child.
Development notes
Looks like scroll to a last row doesn't work, but works like this:
grid.scrollTo(index - 1, ScrollDestination.MIDDLE);
Checklists
Acceptance criteria