-
Notifications
You must be signed in to change notification settings - Fork 804
Closed
Labels
Crashwhenever user reports a crash or app freezewhenever user reports a crash or app freezearea-TextBoxTextBox, RichEditBoxTextBox, RichEditBoxbugSomething isn't workingSomething isn't workingneeds-triageIssue needs to be triaged by the area ownersIssue needs to be triaged by the area owners
Description
Describe the bug
App crashes when using a Hebrew input method in Windows and trying to create a right-aligned list in a RichEditBox using Microsoft.UI.Text.ITextParagraphFormat
Steps to reproduce the bug
Select Hebrew keyboard input:
<RichEditBox x:Name="textBox"/>
var paragraphFormat = textBox.Document.Selection.ParagraphFormat;
paragraphFormat.Alignment = ParagraphAlignment.Right;
paragraphFormat.ListType = MarkerType.Bullet;
Example project: richeditbox_crash.zip
Expected behavior
No crash
Screenshots
Exception is trhown in WinUIEdit.dll
The program '[44220] richeditbox_crash.exe' has exited with code 3221225477 (0xc0000005) 'Access violation'.
NuGet package version
WinUI 3 - Windows App SDK 1.7.1: 1.7.250401001
Windows version
Windows 11 (24H2): Build 26100
Additional context
I think the same crash also happens on UWP (which is what I am currently still using) but I wasn't able yet to narrow it down to a minimal example. Is there any hope that this kind of crash is also fixed for UWP? If so, I can try to set up a repro for that as well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Crashwhenever user reports a crash or app freezewhenever user reports a crash or app freezearea-TextBoxTextBox, RichEditBoxTextBox, RichEditBoxbugSomething isn't workingSomething isn't workingneeds-triageIssue needs to be triaged by the area ownersIssue needs to be triaged by the area owners

