Search Issue Tracker
Won't Fix
Votes
0
Found in
6000.0.27f1
6000.1.0a4
6000.2.0a1
6000.3.0a1
6000.4.0a1
6000.5.0a1
Issue ID
UUM-87914
Regression
No
FocusNextInDirection not focusing when used on multiline TextFields
Reproduction steps:
1. Open the attached “BugRepro” project
2. Open the “Assets/Scenes/SampleScene.unity“ Scene
3. Enter the Play Mode
4. Focus on the first TextField in the Game view
5. Press the TAB key
6. Observe the behavior of the TextField
Expected result: The focus moves to the next TextField
Actual result: The focus does not move, and no action occurs
Reproducible with: 6000.0.27f1, 6000.1.0a4
Couldn't test with: 2021.3.46f1, 2022.3.52f1 (Could not resolve compilation errors)
Reproducible on: Windows 11
Not reproducible on: No other environment tested
Note: This issue works as expected with other components, but not with TextFields
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
- Non-multisampled texture binding errors are logged when running the DepthBlit URP scene with MSAA enabled on Vulkan
- The Editor does not recognize code errors in generic classes when using C# Source Generator to generate serialization code
- Long Sprite names are not truncated in the Inspector window name label and the preview labels when a Sprite with a long name is selected
- NullReferenceException is logged when undoing Deletion of a Visual Query Block of a Search Expression
- “Unsupported type MinMaxCurve” error and “Could not register property modification for animation binding…” warnings are thrown after moving playhead when Particle System Property is added to Animation window
Resolution Note:
FocusNextInDirection is an internal method used through a bridge in this test project. This is not supported by Unity. Consider sending a NavigationMoveEvent instead.