OutSystems / WebView

Avalonia/WPF control that wraps CefGlue webview control
Apache License 2.0
310 stars 38 forks source link

Browser Focus/TextInput #321

Open tkefauver opened 7 months ago

tkefauver commented 7 months ago

From the sample I can't input text into google search box (using OSR).

I see here in WebView.cs that there are focus issues w/ OSR and commenting out that if statement still doesn't allow browser to take focus.

I notice when clicking onto the search box specifically, right before releasing the mouse the cursor does turn to an IBeam but then falls back to default.

Is there more places in the code preventing/unimplemented for OSR mode to get the focus? How can I get the browser to take focus? What are the problems that happen?

joaompneves commented 7 months ago

To be honest I don't know. It's been long time since I tried OSR.