Skip to content

Error using RichTextBox control with right-aligned bullets on Windows 11 24H2 #12592

Closed
@Nora-Zhou01

Description

@Nora-Zhou01

.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)

Image

.NET 8

Image

Windows 11 Enterprise 23H2

23H2.mp4

Steps to reproduce

  1. Create a Winforms .Net Core application and add RichTextBox and Button controls
  2. Set the Text of the RichTextBox to test
  3. Double-click the Button and add the following code
this.richTextBox1.Text = "test";

richTextBox1.RightToLeft = RightToLeft.Yes;

richTextBox1.SelectionBullet = true;
  1. Run the project on both Windows 11 23H2 and 24H2

Or

  1. Launch the WinFormsApp5.zip project
  2. 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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions