-
Notifications
You must be signed in to change notification settings - Fork 986
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
Suspicious behavior when using up/down keys to navigate ImeMode and AutoValidate in PropertyGrid #12480
Comments
Please add Narrator buddy and/or NVDA's logger to the videos so we can also see what is being narrated to the user. |
@merriemcgaw I verified the issue using Narrator and NVDA, and the results are as follows: ImeMode issue1 NVDAIssue1.mp4ImeMode issue2 NVDAIssue2.mp4AutoValidate issue1 NVDAIssue3.mp4 |
@merriemcgaw @Tanya-Solyanik When winforms/src/System.Windows.Forms/src/System/Windows/Forms/Control.Ime.cs Lines 141 to 144 in dc4314e
Then pressing down key, the options will be selected from the third option On .
If we want to solve this issue, we cannot submit the value when selecting in the drop-down list using the up and down keys, but only submit the selected value in the list and display it in the EditTextBox after pressing the Enter key. Do you think this is OK? |
.NET version
.NET 10.0.100 - alpha.1.24562.4
Did it work in .NET Framework?
No
Did it work in any of the earlier releases of .NET Core or .NET 5+?
No, the issue is reproduced in previous releases of .NET
Issue description
ImeMode
ImeModeSpamDown.mp4
ImeModeWrongValue.mp4
AutoValidate
AutoValidateSameValue.mp4
Steps to reproduce
ImeMode issue1
ImeMode issue2
AutoValidate issue1
The text was updated successfully, but these errors were encountered: