Search Issue Tracker
Duplicate
Votes
0
Found in
2017.2.0f3
Issue ID
958776
Regression
Yes
Focus lost after writing one letter when trying to edit an object's name in the Hierarchy
To reproduce:
1. Open attached Unity project "Test2017_2.zip"
2. Open "HierarchyBroken" scene
3. Try to rename any object in the Hierarchy
4. Input any letter
Result: after writing the first letter, the object in process of being renamed quickly loses focus and keeps the original name.
Note: Navigating to Canvas-->Scroll View--> Viewport-->Content and disabling its Vertical Layout Group component fixes the bug.
Regression introduced in: 2017.2.0b7, 2017.3.0a2
Not reproduced on: 5.6.3p4, 2017.1.2p1,2017.2.0b6, 2017.3.0a1,
Reproduced on: 2017.2.0b7, 2017.2.0f3, 2017.3.0a2, 2017.3.0b4
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
leci
Nov 22, 2017 09:33
After some tests I only encounter this error whenver a UI control has any kind of Layout (vertical/Horizontal/Grid) Component attached to its gameobject.
To replicate this issue, just create a new Scene, add some Panels/Canvas,etc., then add a child GameObject with some Layout component attached. The following nested childs won't be able to be renamed as focus is lost after a key is pressed, being impossible to rename anything.
Only seems to happen in v.2017.2.0f3
KarlDemmans
Oct 28, 2017 15:35
I am also now having this problem since the update.
bonzaiferroni
Oct 21, 2017 16:16
I also have this issue using 2017.2.0f3. For me the deselection happens immediately, can't even type the first letter.
teun-steenbekkers
Oct 16, 2017 08:59
I also encounter this behaviour since my update to the 2017.2 release... VERY annoying.