-
Notifications
You must be signed in to change notification settings - Fork 998
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
Error using RichTextBox control with right-aligned bullets on Windows 11 24H2 #12592
Comments
I have almost the same issue, below is a description of what I had:
For my issue it looks like something went wrong when my Windows 11 updated to "Windows 11 [24H2]", almost on the same day or around it Visual Studio also had an update, one of these updates caused this issue, rolling back to "Windows 11 [23H2]" cleared this issue, the issue is related to the update, I am using [.Net 8.0] and I am using [Windows Forms and C#] |
@Nora-Zhou01 , does this happen in Framework on the same Win11 builds? Is there a .NET release where it did work? We'd also like to see if this happens in MFC apps. Is there other formatting where this has the exception (numbered, bold, italics) ? |
Does not repro in the same Win11 24H2 version of the Framework and MFC project. The issue does not repro when setting other formats of the RichTextBox. I tried VS2019 16.5 and this issue still repro. |
@LeafShi1 can your team investigate any differences in how we interact with the MFC control between NetFX and Core, or between MFC and Core? That should point us in the right direction. |
@Nora-Zhou01 I want to confirm that you aren't seeing this on earlier versions of Win11 just the latest? |
This issue only occurs in win11 24h2 OS, and other versions do not reproduce |
There is no difference between the way NetFX and Core interact with MFC controls, except for the way messages are sent. And the property |
.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
Or
More Info:
The issue is from customer feedback ticket: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2316184
The text was updated successfully, but these errors were encountered: