Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document tree does not scroll to focused nodes on deeper nested levels #3808

Open
Sebobo opened this issue Jun 20, 2024 · 0 comments
Open

Document tree does not scroll to focused nodes on deeper nested levels #3808

Sebobo opened this issue Jun 20, 2024 · 0 comments
Labels
8.3 Bug Label to mark the change as bugfix

Comments

@Sebobo
Copy link
Member

Sebobo commented Jun 20, 2024

Description

Focused nodes on deeper levels in the document tree are not being scrolled too after the tree reloads / refreshes.

Steps to Reproduce

  1. Select a page node which is not a direct child of the site node and outside of the document trees viewport.
  2. Reload backend
  3. 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.

CleanShot 2024-06-20 at 14 50 01@2x

Affected Versions

Neos: 8.3
UI: 8.3

@Sebobo Sebobo added Bug Label to mark the change as bugfix 8.3 labels Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.3 Bug Label to mark the change as bugfix
Projects
None yet
Development

No branches or pull requests

1 participant