Search Issue Tracker
Won't Fix
Won't Fix in 2023.3.X
Votes
3
Found in
2022.2.0a16
2023.1.0a1
2023.2.0a1
2023.3.0a3
Issue ID
UUM-2057
Regression
Yes
UITK TextField does not adjust the scroll position when deleting a long string
When using a UITK TextField, when deleting (backspace) a string longer than the width of the element, the scroll does re-adjust.
How to reproduce:
- Create a UIDocument
- Add a TextField with no wrapping
- Type a string longer than the width of the TextField
- Start backspacing (deleting) the string
{}Expected Behavior{}: The TextField should update the scroll and scroll the left side of the string to the right until the string length is shorter than the width of the TextField
{}Current Behavior{}: The TextField does not update the scroll and we see the cursor going backwards. Once the cursor is at the beginning of the TextField, we see a bit of the character of the string and it still continues deleting
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
I could not reproduce the issue in 2023.3
Resolution Note (2023.3.X):
I could not reproduce the issue in 2023.3