Closed
Description
.NET version
10.0.100-alpha.1.24573.1
Did it work in .NET Framework?
Yes
Did it work in any of the earlier releases of .NET Core or .NET 5+?
No, repro in .NET 8.0
Issue description
Error using RichTextBox control with right-aligned bullets on Windows 11 24H2
Windows 11 Enterprise 24H2
24H2.mp4
.NET 10 (.NET 9.0 with the same results)
.NET 8
Windows 11 Enterprise 23H2
23H2.mp4
Steps to reproduce
- Create a Winforms .Net Core application and add RichTextBox and Button controls
- Set the Text of the RichTextBox to test
- Double-click the Button and add the following code
this.richTextBox1.Text = "test";
richTextBox1.RightToLeft = RightToLeft.Yes;
richTextBox1.SelectionBullet = true;
- Run the project on both Windows 11 23H2 and 24H2
Or
- Launch the WinFormsApp5.zip project
- Run the project on both Windows 11 23H2 and 24H2
More Info:
The issue is from customer feedback ticket: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2316184