-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TextEdit::clip_text
is being ignored for singleline text
#5511
Labels
bug
Something is broken
Comments
Dealt with similar issues in a modal (just a single-line TextEdit placed directly into a modal) Looks like it's a duplicate of #5500 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
TextEdit::clip_text
is being ignored for singleline text. Withclip_text
set to true, theTextEdit
widget expands when the text gets too long.Here are a couple screenshots showing the behavior.
Before adding text:
Pasting in some long text:
If I maximize the window (also odd behavior since I have window resizing disabled) then you can see the full size of the
TextEdit
:This behavior started with v0.30 and still exists in the main branch.
[edit] This may be related to #5500.
The text was updated successfully, but these errors were encountered: