Conversation
|
@RussKie I think you can merge this |
|
Are we not removing the word "framework" and just keep .NET? Also, there was a bigger PR #1267 that needs to be merged as well. |
bc0003f to
182f9e1
Compare
|
What should we do with |
This comment has been minimized.
This comment has been minimized.
182f9e1 to
b1a8111
Compare
|
@danmosemsft @dreddy-work @merriemcgaw any thoughts? ^^^ |
|
These are quirks so that customers could disable features/fixes done in Framework updates. Our plan was to turn everything on for Core because customers that are porting to Core have to test all of this anyway. If there is no reference to them in code we can remove them. If there is, we should consider whether to remove the reference and the quirk both. Each one is different. |
b1a8111 to
49d6c7a
Compare
|
Ready for review. I have removed a bunch of legacy quirks, please have a look |
e386fb8 to
d03785d
Compare
src/Common/tests/InternalUtilitiesForTests/src/PlatformDetection.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/RichTextBox.cs
Outdated
Show resolved
Hide resolved
3fad577 to
83f8feb
Compare
…nMultilineTextBox"
Remove RichEdit references prior to version 4.1
0bfb6e1 to
f5745ff
Compare
|
approved by Steve. @RussKie please cleanup your last commit message and merge at your leisure. |
|
Thank you. |
The newer RichEdit controls (v4.1+) in specific cases had troubles detecting "friendly named" hyperlinks as the `Text` property was reportig less characters than the rage of the actual hyperlink. Fixes dotnet#1631 Relates to dotnet#1139
Closes #485
Proposed changes
Switch.System.Windows.Forms.DoNotSupportSelectAllShortcutInMultilineTextBoxSwitch.System.Windows.Forms.DoNotLoadLatestRichEditControland remove RichEdit references prior to version 4.1Switch.System.Windows.Forms.UseLegacyImagesSwitch.System.Windows.Forms.UseLegacyContextMenuStripSourceControlValueSwitch.System.Windows.Forms.DomainUpDown.UseLegacyScrollingSwitch.System.Windows.Forms.AllowUpdateChildControlIndexForTabControlsSwitch.System.Windows.Forms.DontSupportReentrantFilterMessageSwitch.System.Windows.Forms.EnableVisualStyleValidationLocalAppContextandLocalAppContextSwitchesas obsolete and redundant.Customer Impact
Regression?
Risk