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
- TreeView Child display toggle styling becomes reversed when clicking and dragging it
- Null is returned when using FocusOutEvent.relatedTarget
- Unity_BaseInstanceID is always zero when rendering multiple meshes and instancing with the same buffer
- UI Document button's text does not resize relatively when size in percentage (%) is used
- Event.current.mousePosition has an offset of 1px along the y-axis in WebGL build when the mouse button is released
Add comment