-
Notifications
You must be signed in to change notification settings - Fork 1k
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
RichTextBox link handling is broken #1644
Labels
🪲 bug
Product bug (most likely)
💥 regression-preview
Regression from a preview release
tenet-compatibility
Incompatibility with previous versions or with WinForms for .NET Framework
Milestone
Comments
RussKie
added
🪲 bug
Product bug (most likely)
💥 regression-preview
Regression from a preview release
tenet-compatibility
Incompatibility with previous versions or with WinForms for .NET Framework
labels
Aug 15, 2019
This comment has been minimized.
This comment has been minimized.
RussKie
pushed a commit
to JeremyKuhne/winforms
that referenced
this issue
Aug 20, 2019
Fixes dotnet#1311 Fixes dotnet#1520 Fixes dotnet#1607 Fixes dotnet#1644 The bug was introduced as part of refactoring in dotnet#1034 - ordering got flipped with switching `as` to `is`. The confusion was likely caused by the fact that the property setter called its own getter. Update the code to be more explicit in terminology to hopefully avoid this from happening again.
Thank you! |
16 tasks
ghost
locked as resolved and limited conversation to collaborators
Feb 4, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
🪲 bug
Product bug (most likely)
💥 regression-preview
Regression from a preview release
tenet-compatibility
Incompatibility with previous versions or with WinForms for .NET Framework
Problem description:
RitchTextBox
does not react toLinkClicked
events at all.Actual behavior:
Created two apps - .NET 4.6.1 and .NET Core side-by-side targeting msftedit.dll (not the old riched20.dll), loaded the same rtf:
Expected behavior:
.NET Core reacts to the events like .NET Fx did.
Minimal repro:
https://github.com/RussKie/Test-RichTextBox-links
The text was updated successfully, but these errors were encountered: