Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.0f1
2022.1.18f1
2022.2.0b9
2023.1.0a12
Issue ID
UUM-15540
Regression
Yes
Tags remove option "-" (minus) is active even tag item isn't selected
How to reproduce:
- Open HUB;
- Create a new project;
- In the "Hierarchy" window add some object;
- Go to "Inspector" window and find "Tag" section;
- Verify, that by default it shows "Untagged";
- Click the dropdown arrow and select "Add Tag";
- Verify, that "Tags & Layers" section should become displayed and "-" (removing option) is disabled;
- Click on "+", enter new tag name and click "Save";
- Verify, that tag becomes displayed in the list;
- In the same way create few other tags;
- Verify, that all newly created tags are displayed in the list and "-" (removing option) is active even none tag is selected in the list;
- Click "-" (remove option);
Expected Result: If tag is not selected, remove option should be disabled. And only when tag is selected remove option should become active. Unity documentation
Actual Result: Remove option is active always.
Reproducible with: 2021.3.0f1, 2021.3.11f1, 2022.1.18f1, 2022.2.0b9, 2023.1.0a12.
Not reproducible with: 2020.3.40f1.
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
- Text overlap and is unreadable in Inspector > Terrain Paint Texture after creating new Terrain Layer
- Event "XRInputSubsystem.trackingOriginUpdated" triggers twice when recentering the view
- UITK TextField value is overwritten incorrectly by the converter result when Binding Mode is set to "To Source"
- Out of memory crash when selecting more than 80000 Assets simultaneously
- Test Runner fails to create a script in the active path when selecting a file as the active path
Resolution Note:
Functionality is missing from UI Toolkit ListView, but planned for the 23.2 release. In the mean time, users could potentially add code directly in a callback on selectionChanged by querying the "-" button (look for unity-list-view__remove-button) and disable it when tag is not selected.