-
-
Couldn't load subscription status.
- Fork 353
Open
Description
GuiTextBox() handling of text that is longer than the control is not great unfortunately.
The standard GuiDrawText shortens the text using dots as ellipsis, which makes navigating with arrow keys or inserting text confusing. Clicking with the mouse also resets the draw offset, which makes the text jump around.
See the attached video for a demonstration of what I mean.
2025-02-28.14-50-26.mp4
Unfortunately I don't see an easy fix for this, short of adding a "noEllipsis" option to GuiDrawText or writing a second version of that function.
Looking for feedback on how to best approach this.
Metadata
Metadata
Assignees
Labels
No labels