OutSystems / WebView

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

Problems encountered in setting the OsrEnabled parameter #334

Open ych98 opened 4 months ago

ych98 commented 4 months ago

When OsrEnabled is set to false, it will cause the WebView overlay on top of other controls. When OsrEnabled is set to true, win-x64 input and other operations are normal. However, on mac-arm64, the input cannot be undone, for example, I typed abc, I want backspace c, get ab, it has no feedback. I also tested Select All, moving the cursor left and right, and press Enter, but none of them worked.

joaompneves commented 4 months ago

OsrEnabled=true has several issues and its not recommended.

As per OsrEnabled=false sitting on top of other controls thats the expected behavior, not a bug.

ych98 commented 4 months ago

Is there a way to make my controls appear above the webview controls? Like the toast notification bar.

joaompneves commented 4 months ago

https://github.com/AvaloniaUI/Avalonia/issues/6605