You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release Type: Official Release/GitHub (please choose appropriate option)
Official Release
Version: Version number and/or git branch
4.2.02.188
Platform(s): Does the problem occur on Windows, Android...?
Windows
Describe the bug
A clear and concise description of what the bug is.
EditText Cursor/caret is centered vertically when editing multiple lines, rather than being next to the text.
To Reproduce
Steps to reproduce the behavior:
Open Stride UI Editor in Game Studio
Add an EditText
Set Min Lines to 2
Put Text in Edit Text
Expected behavior
Caret stays at vertically next to character when using multiple lines.
Screenshots
Current behavior
Additional context
Since EditText Text Overflow behavior is currently stretch or overflow the Edit text. The this bug fix would be more useful if there was a Text Wrap Overflow behavior. Which would prevent the size of the UIElement from changing horizontally but instead put text, preferably tokens, on new lines. Then a caretLine variable could be used to track the vertical positioning.
The text was updated successfully, but these errors were encountered:
Release Type: Official Release/GitHub (please choose appropriate option)
Official Release
Version: Version number and/or git branch
4.2.02.188
Platform(s): Does the problem occur on Windows, Android...?
Windows
Describe the bug
A clear and concise description of what the bug is.
EditText Cursor/caret is centered vertically when editing multiple lines, rather than being next to the text.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Caret stays at vertically next to character when using multiple lines.
Screenshots
Current behavior
Additional context
Since EditText Text Overflow behavior is currently stretch or overflow the Edit text. The this bug fix would be more useful if there was a Text Wrap Overflow behavior. Which would prevent the size of the UIElement from changing horizontally but instead put text, preferably tokens, on new lines. Then a caretLine variable could be used to track the vertical positioning.
The text was updated successfully, but these errors were encountered: