You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you experienced this same bug with .NET Framework?: TextPattern hasn't implemented in .Net 4.8 yet.
Problem description:
Narrator doesn't read symbols and a selected text range in DataGridViewTextBoxCell and ToolStripTextBox edit controls when using a keyboard or mouse selecting
This seems to be due to incorrect handling of keyboard arrow keys pressing.
(Please check ProcessDialogKey method)
But if you change the focus and return then Narrator chooses the correct selected range.
Expected behavior:
Narrator reads symbols and a selected text range as in TextBox, ComboBox