Closed ronak-k-p closed 1 year ago
@ronak-k-p Could you provide us a sample repro application ?
I can't reproduce your problem.
WpfApp1.zip @lindexi You need to switch tab item by pressing arrow key. (Tab selection on mouse click narrates fine !)
It seems that this behavior is what I expect. Did I misunderstand your question?
@lindexi Please open Narrator before opening sample app.
Narrator is a screen reader in Microsoft Windows. Developed by Professor Paul Blenkhorn in 2000, the utility made the Windows operating system more accessible for blind and visually impaired users.
When you open narrator it reads out every action performed or focused with keyboard or mouse. When we do switch TabItem with arrow key narrators read out action two times.
@singhashish-wpf , @anjalisheel-wpf Could you please check this issue?
@ronak-k-p I investigated this issue, I observed the behavior even through narrator buddy, it seems to be a narrator issue and not specific to wpf. Same code is getting executed for keyboard navigation and mouse navigation.
This submission has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 14 days.
It will be closed if no further activity occurs within 7 days of this comment.
Does the bug reproduce also in WPF for .NET Framework 4.8?: Yes
Problem description: Narrator narrates TabItem header twice when tab changed with navigation keys (arrow keys) "Tabitem2HeaderText 2 of 2 selected " narrates twice.
Minimal repro: [1] Create blank WPF app [2] Add TabControl on MainWindow & Add two TabItems into TabControl. (Set their headers "TabItem1" & "TabItem2") [3] Run application & Press Tab key to set focus on TabItem1 [4] Run Narrator from windows & Switch back to our sample application. [5] When Tab key Focus on TabItem move next TabItem press Left/Right arrow key. [6] Notice Narrator narrates twice for selected TabItem.