Search Issue Tracker
Fixed
Fixed in 2022.3.8f1, 2023.1.10f1
Votes
0
Found in
2022.3.5f1
2023.1.4f1
Issue ID
UUM-42629
Regression
No
TextField inside MultiColumnTreeView is focused only during a mouse click
Reproduction steps:
1. Open the “ColumnFieldFocus“ project
2. Open the “Sample“ scene
3. Select the “Test” GameObject
4. In Inspector click the TextField inside the “Test Column”
Expected result: The TextField is focused
Actual result: The TextField was focused only during the click
Reproduced in: 2022.3.5f1, 2023.1.4f1, 2023.2.0a5
Not reproduced in: 2023.2.0a6, 2023.2.0a23
Could not test in: 2021.3.28f1 (no MultiColumnTreeView)
Reproduced using: macOS 13.4.1 (Intel), Windows 10
Note: Also reproduced in runtime
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
Resolution Note (fix version 2023.1.10f1):
Fixed the TextField focus being lost immediately when clicked. This only happened when it was used inside a TreeView.
Resolution Note (fix version 2022.3.8f1):
Fixed the TextField focus being lost immediately when clicked. This only happened when it was used inside a TreeView.