Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
When inserting a new section while another section is already selected in the Neos backend (Content Tree), the previously selected section remains selected. The newly inserted section does not become the active selection.
Expected Behavior
After inserting a new section, the newly created section should automatically be selected and focused. This allows the user to immediately begin editing the new section without having to manually select it.
Steps To Reproduce
-
In the Neos backend, select an existing section in the content tree or inline view.
-
Open the context menu of the selected section.
-
Choose “Insert section above” or “Insert section below”.
-
Observe that the old section remains selected.
-
The newly inserted section is added correctly, but is not selected automatically.
Environment
- Flow: 9.0.2
- Neos: 9.0.3
- PHP: 8.2.28
Anything else?
No response