Search Issue Tracker
By Design
Votes
0
Found in
2022.3.42f1
6000.0.16f1
Issue ID
UUM-78583
Regression
No
Filter checkboxes imply multiple selections are possible when only one selection is allowed, inconsistent behaviour within one dropdown
Steps to reproduce:
- Open any project.
- Window > Package Manager > My Assets.
- Interact with the Filters dropdown.
Actual results: All options under Status will only allow a single option to be selected, while options under Categories allow multiple. Despite this, they both use the same checkboxes as the interactive element.
Expected results:
- Checkboxes should not be used where multiple options can't be selected.
- UI should not be the same when the rules of interaction are different - the same visual elements shouldn't behave differently within the same panel of UI.
Reproducible with versions: 6000.0.16f1, 2022.3.42f1
Can’t test with versions: 2021.3.42f1, filters not available
Tested on (OS): MacOS Intel 12.7.4
Notes:
- Material 3 Checkbox Guidelines
- Documentation states Status category having only having one option selectable at a time is intended.
- Did not extensively regression test as this seems more of a usability issue than an introduced bug. Please contact ticket reporter if further testing is required.
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
This is by design as we followed the UI from the Asset Store website: https://assetstore.unity.com/account/assets
Also the statuses are not really typical radio buttons, since we allow all items to the unchecked, whereas typical radio button group always have 1 item selected.