-
-
Notifications
You must be signed in to change notification settings - Fork 673
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
Tab names not reported when switching in file explorer on Win11 #14388
Comments
Hi, Note: this is part of tabbed File Explorer introduced in Windows 11 22H2 Moment 1 (October 2022). Technical: UIA element selected event is fired when switching between tabs, sometimes multiple times for the same tab. We can try detecting this and let NVDA announce the name of the tab being switched to, but then on braille display, this will be quickly replaced by the focused control information. Thanks. |
This is a new feature in Windows 11, is not supported by NVDA yet. I'd be happy to see a contribution for this. @diegomatos16 in future please fill in the issue (new feature, bug) template, it helps to ensure that the information we need is captured. |
Hi, 2023 update: see #14588 for an example of how to resolve this - the mechanics between tabbed Notepad and File Explorer tab switching are the same. In fact, Windows App Essentials add-on 23.02 will resolve this issue, with a potential pull request for NVDA Core to be done later. Thanks. |
Hi, #14588 is now a thing, so let's resolve this issue - pull request coming very soon. The biggest difference will be that speech cannot be canceled as it will cut off items view/selected item announcement. Thanks. |
…(22H2). Re nvaccess#14388. Later revisions of Windows 11 2022 Update (22H2) introduces tabs to File Explorer, allowing users to press Control+Tab and Control+Shift+Tab to switch betwen tabs. Just like Notepad for Windows 11, UIA element selected event is fired when tab switching happens. Unlike Notepad implementation, speech will not be canceled (cut off) because doing so prevents announcement of list view items.
…(22H2) (#14770) Closes #14388 Summary of the issue: Later revisions of Windows 11 22H2 (2022 Update) introduced tabbed File Explorer. At the moment NVDA does not announce tab names when switching to different tabs. Description of user facing changes NVDA will announce the name of the tab being switched to in Windows 11 2022 Update File Explorer. Description of development approach Similar to tabbed Notepad (#14588), use UIA element selected event handler to announce tab names. Unlike Notepad, speech should not be cut off to let NVDA announce focused item when File Explorer opens. Commits: * appModules/explorer: announce tab switches in Windows 11 2022 Update (22H2). Re #14388. Later revisions of Windows 11 2022 Update (22H2) introduces tabs to File Explorer, allowing users to press Control+Tab and Control+Shift+Tab to switch betwen tabs. Just like Notepad for Windows 11, UIA element selected event is fired when tab switching happens. Unlike Notepad implementation, speech will not be canceled (cut off) because doing so prevents announcement of list view items.
When creating multiple tabs in file explorer, when pressing ctrl+tab to alternate tabs, NVDA announce only the folder name focused.
Teste using NVDA 2022.3 and higher, windows 11.
The text was updated successfully, but these errors were encountered: