Search Issue Tracker
Duplicate
Votes
0
Found in
2017.2.0f3
Issue ID
961214
Regression
Yes
Tabbing through input fields in the Inspector window no longer lets you immediately change the value
To reproduce:
1. Open a new Unity project
2. Click on any object in the Hierarchy window to prompt Inspector window
3. In the inspector window, click on any input field
4. press tab to jump to another input field
Expected result: On tabbing to another input field, the value inside it should be selected and you should be able to change the value instantly (see attached gif "tabworks.gif")
Actual result: On tabbing to another input field, the field is highlighted, but the value inside is not selected, you have to make an additional click to be able to change the value (see attached gif "tabdoesnotwork.gif")
Regression first introduced in: 2017.1.1p3
Reproduced on: 2017.1.1p3, 2017.1.2p2. 2017.2.0f1, 2017.2.0f3,
Not reproduced on: 5.6.4p1, 2017.1.1p2, 2017.2.0a1, 2017.2.0b11
Note: Fixed in 2017.3.0b6
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
This is a duplicate of issue #952802