Skip to content
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

When the number of characters in the TextBox control exceeds a certain threshold, the content becomes hidden. #9877

Open
ederquesado opened this issue Aug 5, 2024 · 2 comments
Labels
area-TextBox TextBox, RichEditBox bug Something isn't working team-Controls Issue for the Controls team

Comments

@ederquesado
Copy link

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

  1. Open the WinUi3 Gallery in TextBox control.
  2. Begin typing characters into the TextBox.
  3. 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:

image
After Threshold is Exceeded:

image

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

@ederquesado ederquesado added the bug Something isn't working label Aug 5, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Aug 5, 2024
Copy link

github-actions bot commented Aug 5, 2024

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:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@codendone codendone added area-TextBox TextBox, RichEditBox team-Controls Issue for the Controls team and removed needs-triage Issue needs to be triaged by the area owners labels Aug 7, 2024
@codendone
Copy link
Contributor

I believe this is caused by a limitation in the underlying RichEdit control.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-TextBox TextBox, RichEditBox bug Something isn't working team-Controls Issue for the Controls team
Projects
None yet
Development

No branches or pull requests

2 participants