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

RichEditBox doesn't work when typing over 9628 lines of texts #10260

Open
Goldgom opened this issue Dec 28, 2024 · 1 comment
Open

RichEditBox doesn't work when typing over 9628 lines of texts #10260

Goldgom opened this issue Dec 28, 2024 · 1 comment
Labels
bug Something isn't working needs-triage Issue needs to be triaged by the area owners

Comments

@Goldgom
Copy link

Goldgom commented Dec 28, 2024

Describe the bug

RichEditBox doesn't work when typing over 9628 lines of texts.When you have over 9628 lines of text in the editbox.All the texts will show in line 9628;Image

Steps to reproduce the bug

        <RichEditBox x:FieldModifier="Public" 
                     x:Name="CodeArea" 
                     AcceptsReturn="True" 
                     TextWrapping="NoWrap"
                     ScrollViewer.VerticalScrollBarVisibility="Auto"
                     Margin="4"
                     TextChanged="CodeArea_TextChanged"
                     KeyDown="CodeArea_KeyDown"
                     Grid.Column="1" 
                     Width="Auto" 
                     Height="Auto" 
                     FontSize="14" 
                     FontFamily="Consolas"
                     AutomationProperties.Name=""
                     BorderThickness="0"
                     BorderBrush="Transparent"
                     ClipboardCopyFormat="AllFormats"
                     IsTextScaleFactorEnabled="true"
                     IsSpellCheckEnabled="false"
                     PreventKeyboardDisplayOnProgrammaticFocus="false"
                     BringIntoViewRequested ="CodeArea_RequestBringIntoView"

/>

Expected behavior

No response

Screenshots

Image

NuGet package version

None

Windows version

No response

Additional context

No response

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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triage Issue needs to be triaged by the area owners
Projects
None yet
Development

No branches or pull requests

1 participant