Search Issue Tracker
By Design
Votes
0
Found in
2022.3.14f1
2023.2.1f1
2023.3.0a15
Issue ID
UUM-56521
Regression
Yes
Shortcut window doesn't display keyboard and mouse layout when resized
How to reproduce:
1. Open shortcut window
2. Click and drag to resize the window from right to left
Expected result: WIndow is resized and every element of it is still clearly visible
Actual result: Window is resized just a little bit too much, keyboard and mouse layouts disappear
Reproducible with: 2022.3.9f1, 2022.3.14f1, 2023.2.1f1, 2023.3.0a15
Not reproducible with: 2022.3.8f1, 2023.1.20f1
Could not test with: 2021.3.32f1 (No mouse layout in shortcut menu)
Reproduced on: MacOS 14.0 M1 Max, Windows 10
Note: On Windows also the issue is reproducible when resizing the window vertically as well
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
The shortcut window was previously being opened as a utility window, presumably for the reason that the keyboard visualization does not react to resizing well. The change introducing this change instead use a regular dockable window, and rearranges the keyboard interface such that it can be hidden when the size does not allow for it to display properly.