Hi,
Another one in a series of issues on Windows 10/Windows Search:
Background:
Windows 10 Version 1909 (likely to be called October 2019 Update) and later includes online search capability in File Explorer. This feature, powered by redesigned Windows Search, is used to allow users to search OneDrive content. As the search progresses, a live region informs result count. Because of the way search box is handled, braille will initially display "suggestions" instead of displaying this live region.
Is your feature request related to a problem? Please describe.
As noted above, a live region text is used to announce results count. Unfortunately this region isn't labeled, and the text itself is the first child of this region, necessitating NVDA descending one level to announce this live region.
Also, when using braille, the word "suggestions" is brailed before the live region is displayed. This is caused by search box recognition code in SearchUI app module where Start menu search field is recognized as a pure UIA search field. Thus suggestionsOpened event must be modified in sTart menu search field to not braille suggestions message (a separate issue but is grouped under this one to provide context).
Describe the solution you'd like
Add support for Version 1909 File Explorer/Windows Search facility by:
- For the live region: give it the name of the child object so live region change event can function properly.
- Add a custom version of suggestionsOpened event for Start menu search field so braille won't have to say "suggestions".
- Optionally, rename searchui.StartMenuSearchField to something else (later).
Describe alternatives you've considered
Leave it as is.
Additional context
The fix described above is part of Windows 10 App Essentials add-on and is being tested. Also, it would be ideal to see this feature implemented by 2019.3 or shortly after. Also, in 20H1, Windows Search executable has been renamed to SearchApp.exe, so we need to take care of that by 2020.1 release.
Thanks.
Hi,
Another one in a series of issues on Windows 10/Windows Search:
Background:
Windows 10 Version 1909 (likely to be called October 2019 Update) and later includes online search capability in File Explorer. This feature, powered by redesigned Windows Search, is used to allow users to search OneDrive content. As the search progresses, a live region informs result count. Because of the way search box is handled, braille will initially display "suggestions" instead of displaying this live region.
Is your feature request related to a problem? Please describe.
As noted above, a live region text is used to announce results count. Unfortunately this region isn't labeled, and the text itself is the first child of this region, necessitating NVDA descending one level to announce this live region.
Also, when using braille, the word "suggestions" is brailed before the live region is displayed. This is caused by search box recognition code in SearchUI app module where Start menu search field is recognized as a pure UIA search field. Thus suggestionsOpened event must be modified in sTart menu search field to not braille suggestions message (a separate issue but is grouped under this one to provide context).
Describe the solution you'd like
Add support for Version 1909 File Explorer/Windows Search facility by:
Describe alternatives you've considered
Leave it as is.
Additional context
The fix described above is part of Windows 10 App Essentials add-on and is being tested. Also, it would be ideal to see this feature implemented by 2019.3 or shortly after. Also, in 20H1, Windows Search executable has been renamed to SearchApp.exe, so we need to take care of that by 2020.1 release.
Thanks.