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
We've been having issues with the airspace problem for a couple of years now and we're happy seeing it being resolved. In testing, I came across something very annoying.
We have a framework of our own which we use for every View we have in our application. In this templated View, we have a ScrollViewer. A couple of weeks ago I came across a solution for the problem of the navigation keys (left, right, up, down, PgUp, PgDown) not getting through to WebView2. So I decided to test the same scenario with the Composition Control and found out that the control does not respond at all to the keys. Apprently there is a focus problem.
Importance
Blocking. My app's basic functions are not working due to this issue.
When the app starts, I try to typ something in Google, but nothing happens in the text box. This is a huge problem, that hopefully can be fixed so that we could go on using WebView2 without the airspace problems.
Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
No, this never worked
Last working version (if regression)
No response
The text was updated successfully, but these errors were encountered:
What happened?
We've been having issues with the airspace problem for a couple of years now and we're happy seeing it being resolved. In testing, I came across something very annoying.
We have a framework of our own which we use for every View we have in our application. In this templated View, we have a ScrollViewer. A couple of weeks ago I came across a solution for the problem of the navigation keys (left, right, up, down, PgUp, PgDown) not getting through to WebView2. So I decided to test the same scenario with the Composition Control and found out that the control does not respond at all to the keys. Apprently there is a focus problem.
Importance
Blocking. My app's basic functions are not working due to this issue.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
132.0.2957.127
SDK Version
1.0.2957.106
Framework
WPF
Operating System
Windows 10
OS Version
No response
Repro steps
I made a test app with the following code:
When the app starts, I try to typ something in Google, but nothing happens in the text box. This is a huge problem, that hopefully can be fixed so that we could go on using WebView2 without the airspace problems.
Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
No, this never worked
Last working version (if regression)
No response
The text was updated successfully, but these errors were encountered: