Search Issue Tracker
By Design
Votes
0
Found in
2021.3.31f1
2022.3.11f1
2023.1.17f1
2023.2.0b14
2023.3.0a11
Issue ID
UUM-53874
Regression
No
Deleted layout displayed in the "Select editor layout" section after its deletion
Steps to reproduce:
- Create and open any project
- Go to the "Select editor layout" section which by default should present the "Default" option, which is above the "Inspector" window (top right corner)
- Create a new layout
- After creation, select it
- When it is selected, find the "Delete Layout" option and select it
- From the sub-menu select the same layout and delete it
- Go to the "Select editor layout" section and observe it
Expected Result: The "Default" option should be displayed as the selected layout was deleted.
Actual Result: The deleted layout title is still presented. Video added in the "Attachments" section.
Reproducible with: 2023.3.0a11, 2023.2.0b14, 2023.1.17f1, 2022.3.11f1, 2021.3.31f1.
Confirmed OS: Sonoma 14.0
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- SVG fails to import when 'stroke-miterlimit' is less than 1
- Test Runner fails to create a script in the active path when selecting a file as the active path
- Shader Graph Swizzle Node Input/Output and Mask Update Incorrectly After Undo
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
Resolution Note:
I have talked with some Layout devs. We concur that the current behavior is ok:
- You select a custom layout and load it. This becomes your current layout
- You delete the file corresponding to the current layout.
- We have the choice of switching to another layout or keeping your current layout. We have chosen to keep the current layout to avoid changing the layout under the user feet since it is disruptin. User can change layout manually after that.