-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
Description
Which Umbraco version are you using?
17.0.0-rc
Bug summary
When navigating between sections (e.g., from Settings -> Member -> Settings), the active tree item in the Settings section can be hidden behind the "Show more" button. This happens after expanding the tree by clicking "Show more" and then opening another document type.
As a result, the active item is not visible until the user clicks "Show more" again.
Child.Document.Type._.Design._.Umbraco.-.Google.Chrome.2025-10-29.13-33-40.mp4
Specifics
No response
Steps to reproduce
- Create at least 7 document types
- Open the last document type.
- Navigate to the Member section.
- Go back to the Settings section -> The user is redirected to the last document type path, and the “Show more” button is displayed.
- Click the “Show more” button.
- Open the first document type.
- Navigate to the Member section, then go back to the Settings section again.
Expected result / actual result
Actual result
The user is redirected to the first document type path, but the "Show more" button is still displayed at the top, and the active tree item is hidden behind this button.
Expected result
The user should be redirected to the first document type path, and the active tree item should be visible (not hidden behind the "Show more" button).