When the number of characters in the `TextBox` control exceeds a certain threshold, the content becomes hidden.
Describe the bug
When the number of characters entered into the TextBox control surpasses a specific threshold, the content within the control becomes hidden, making it impossible for the user to view the additional characters.
Steps to reproduce the bug
- Open the WinUi3 Gallery in
TextBoxcontrol. - Begin typing characters into the TextBox.
- Continue typing until the character count exceeds the threshold (e.g., 16000 characters).
Expected behavior
The TextBox should display all entered characters
Screenshots
Before Threshold is Exceeded:
After Threshold is Exceeded:
Once the character count surpasses the threshold, the content within the TextBox becomes hidden, and the user can no longer see what they are typing or previously entered text.
NuGet package version
None
Windows version
No response
Additional context
No response
Hi I'm an AI powered bot that finds similar issues based off the issue title.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one. Thank you!
Closed similar issues:
- TextBox control hides content when the number of characters in the control passes certain threshold (#2097), similarity score: 0.86
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
I believe this is caused by a limitation in the underlying RichEdit control.