Search Issue Tracker
Fixed in 2019.2.X
Votes
0
Found in
2019.1.0a5
2019.2.0a8
Issue ID
1136216
Regression
Yes
[IMGUI] Checkboxes don't toggle when keyboard shortcut (Space) is pressed
Checkboxes in the inspector don't toggle on pressing the keyboard shortcut (Space).
Steps to Reproduce:
1. Create a new project
2. Select any gameobject from Hierarchy (Main Camera)
3. Select or navigate using Tab key to any togglable property
4. Press Space key.
Actual Result.
The togglable property remains unchanged even on pressing the Space key
Expected Result.
Togglable property is unchanged on pressing the Space key.
Note
1. Hierarchy > 2D Object > Sprite Mask > Custom Range > Press Space
Properties under Custom Range disappears immediately
2. Hierarchy > Main Camera > Physical Camera > Press Space
Field view of camera changes in the Scene view However toggle remains unchecked even on pressing Space
3. Checkboxes toggle on Mose clicks.
Reproducible on:
2019.2.0a8, 2019.1.0b7, 2019.1.0a5
Works on:
2019.1.0a4, 2018.3.0f2
Environment:
Windows and MacOS
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment