[Accessibility] Narrator should announce "end of line'" instead of "Space" when focusing on last text position in comboBox and textBox #4749
Labels
tenet-accessibility
MAS violation, UIA issue; problems with accessibility standards
won't fix: by design
Behaviour is by design
.NET Core Version:
.Net 6.0 SDK build: 6.0.100-Preview.4.21180.17
Have you experienced this same bug with .NET Framework?:
No
More Info
This is a regression issue, found after the fix of PR: Adding support for text pattern to ComboBox #4540
Repro Steps:
WinFormsApp11.zip
for comboBox, use mouse expand dropdown list, choose any of item, then move mouse to last position in edit part
for textBox, from other control tab to textBox, then move mouse to last position in edit part
Actual behavior:
Narrator announces "end of line" when moving mouse to last position in edit of comboBox and textBox
Expected behavior:
Narrator should announce "end of line" when moving mouse to last position in edit of comboBox and textBox
The text was updated successfully, but these errors were encountered: