-
Notifications
You must be signed in to change notification settings - Fork 981
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
Undo fails to restore deleted TabControl in TableLayoutPanel in DemoConsole application #11628
Comments
Possibly BinaryFormatter related? |
Could also be same root cause as #11657 |
This issue disappear after add binary Formatter package in DemoConsole project (Related PR #11741) |
We're dependent on BinaryFormatter for CodeDomSerialization and adding the package fixes the issue |
Verified this issue on winforms repo from main branch, it was fixed: undo process of deleting TableLayoutPanel contained TabControl successfully. GH11628_Verify.mp4 |
.NET version
.NET 9.0: Main branch of WinForms repo (.NET 9.0.100-preview.7.24353.17)
Did it work in .NET Framework?
Not tested/verified
Did it work in any of the earlier releases of .NET Core or .NET 5+?
Yes, this is a regression issue. Not repro on .NET 9.0.0-preview.5.24306.7
Issue description
In DemoConsole test app of Winforms repo, undo process of deleting TableLayoutPanel contained TabControl does not work properly. TabControl disappears after clicking Undo a few times
TabControlTableLayout.mp4
Steps to reproduce
Test sample: DemoConsole in Winforms repo
More Info
UndoLocation.mp4
The text was updated successfully, but these errors were encountered: