Description
What happened?
I went through the Complete guide to Narrator and in Chapter 5: Navigation, it seems that WebView2 hosted in an WPF application fails to support Narrator Find, which
Use Narrator Find to find what you need on the web, in applications, and in documents. To open Narrator Find and search for a word or phrase, press Narrator + Ctrl + F. Then, to go to the first result (starting from your cursor position), select Find next or press Enter. The narrator will focus on the result and not on the search dialog. Then press Narrator + F3 to go to the next result or Narrator + Shift + F3 to go to the previous result.
Importance
Important. My app's user experience is significantly compromised.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
131.0.2903.146
SDK Version
1.0.2365.46
Framework
WPF
Operating System
Windows 10, Windows 11
OS Version
22621.4317
Repro steps
- Create a WPF application with the default WPF Application template in Visual Studio
- Add WebView2 as the only child to the default page and set the Source to
https://microsoft.com/en-use/
- Launch the application
- Open the narrator and search
PC
with the shortcut key Narrator + Ctrl + F - The Narrator focus moves randomly <-- Problem
Repros in Edge Browser
Yes, issue can be reproduced in the corresponding Edge version
Regression
Don't know
Last working version (if regression)
No response