Search Issue Tracker
By Design
By Design in 6000.3.X
Votes
0
Found in
6000.2.0b2
6000.3.0a1
Issue ID
UUM-105410
Regression
No
The Expand/Collapse Overlay arrow stays focused and colored blue when clicking it
Steps to reproduce:
- Create or open any Project
- In Scene View undock any Overlay
- Expand it via right click
- Click on the Expansion/Collapsion arrow
Actual results: Whenever the expand/collapse arrow of any Overlay Menu is clicked it stays in a focused blue colored state, clicking on any of the other Overlay Menus removes this focused effect. When cursor is hovered over the same arrow when it is in a focused state it turns gray.
Expected results: The blue colored focused/click state is only visible for a short period when it is clicked, currently it acts as an expand/collapse operation indicator and a focused Overlay indicator
Reproducible with versions: 6000.2.0b2 (new feature)
Not reproducible with versions: 2022.3.62f1, 6000.0.49f1, 6000.1.4f1
Tested on (OS): Windows 11
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
All UITK toggles within the editor have the same focus behaviour, which is to remain focused (blue) until the focus has changed. This is as designed, since focus indication is necessary for tab navigation. The behaviour defined as "expected" in this ticket (blue for a short period) is not homogenous with current behaviour across the editor.
Resolution Note (6000.3.X):
All UITK toggles within the editor have the same focus behaviour, which is to remain focused (blue) until the focus has changed. This is as designed, since focus indication is necessary for tab navigation. The behaviour defined as "expected" in this ticket (blue for a short period) is not homogenous with current behaviour across the editor.