microsoft-ui-xaml icon indicating copy to clipboard operation
microsoft-ui-xaml copied to clipboard

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

Open ederquesado opened this issue 1 year ago • 2 comments

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 avatar Aug 05 '24 14:08 ederquesado

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.

github-actions[bot] avatar Aug 05 '24 14:08 github-actions[bot]

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

codendone avatar Aug 07 '24 23:08 codendone