Open
Description
openedon Sep 19, 2024
Environment
VisualStudio.17.Preview/17.11.0-pre.5.0+35118.90
.NET version
8.0
Did this work in a previous version of Visual Studio and/or previous .NET release?
No
Issue description
If you use the keyboard to edit property values in the Property Editor and you need to select a predefined value from a drop down you sometimes get an error message.
Steps to reproduce
- Start a screen reader such as Narrator, NVDA or JAWS.
- Start Visual Studio and create a new WinForms application.
- Open the form and add a DataGridView to it.
- Press Esc to get rid of the task window.
- Press F4 to go to the Property Editor.
- Navigate to the ColumnHeadersHeightSizeModethe behavior for adjusting the column headers height. nivå 1 property.
- Use Alt + Down arrow to open the drop down list to choose a property value.
- Use the up and down arrows to move between the different values in the list.
- You can also try to press F4 instead of Alt + Down arrow to open the editor for the particular property type.
Diagnostics
No response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment