Open
Description
openedon Nov 7, 2024
.NET version
10.0.100-alpha.1.24553.6
Did it work in .NET Framework?
Yes
Did it work in any of the earlier releases of .NET Core or .NET 5+?
No, all versions have this issue
Issue description
The rectangle always back to focus on entire row after using the up/down changed the AutoSize
property values directly in the edit textbox
Expected result:
The rectangle in the edit text box always stays in the edit textbox when changing the property value using the up/down buttons
Steps to reproduce
- Create a Windows Forms App
- Add a Button to form and focus on it
- Open the property page
- Open Inspect
- Select
AutoSize
property - Changing the property value using the up/down buttons in the edit textbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment