dotnet / dotnet/project-system
Cannot switch all values for the Build Action property by using Down/Up keyboard
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
## Visual Studio Version
17.0.0 Preview 5.0 [31715.320.main]
## Steps to Reproduce
1. Create a WinForms .NET Core project.
2. Select the Form1.cs node in the solution explore window.
3. Focus on the Build Action property.
4. Press Down/Up keyboard to switch all values continuous for the Build Action property.
## Expected Behavior
**Can** switch all values for the Build Action property by using Down/Up keyboard.

## Actual Behavior
**Cannot** switch all values for the Build Action property by using Down/Up keyboard.

## More info
1. The issue cannot reproduce switch values continuous by using mouse double click.
2. The issue can reproduce switch values continuous by using mouse scroll.
3. The issue can reproduce on all .NET core project, such as WinForms, WPF, Console...
4. This issue cannot reproduce on .NET Framework project.
5. This issue cannot reproduce with other ComboBox properties for standalone WinForms control.
6. **This is an accessibility blocker.**
Contributor guide
Assessment
This issue has not been assessed yet.