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
Focused nodes on deeper levels in the document tree are not being scrolled too after the tree reloads / refreshes.
Steps to Reproduce
Select a page node which is not a direct child of the site node and outside of the document trees viewport.
Reload backend
Focused node is outside viewport
Expected behavior
The scroll event triggers when the tree has fully loaded and the focused node is afterwards visible.
Actual behavior
The scroll event is triggered when the tree node has loaded, but the single focused node is loaded before the whole tree has loaded leading to the scroll event doing nothing as the node and its parents are displayed in that moment, but nothing else.
Affected Versions
Neos: 8.3
UI: 8.3
The text was updated successfully, but these errors were encountered:
Description
Focused nodes on deeper levels in the document tree are not being scrolled too after the tree reloads / refreshes.
Steps to Reproduce
Expected behavior
The scroll event triggers when the tree has fully loaded and the focused node is afterwards visible.
Actual behavior
The scroll event is triggered when the tree node has loaded, but the single focused node is loaded before the whole tree has loaded leading to the scroll event doing nothing as the node and its parents are displayed in that moment, but nothing else.
Affected Versions
Neos: 8.3
UI: 8.3
The text was updated successfully, but these errors were encountered: