WebView icon indicating copy to clipboard operation
WebView copied to clipboard

Problems encountered in setting the OsrEnabled parameter

Open ych98 opened this issue 1 year ago • 3 comments

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.

ych98 avatar Mar 04 '24 08:03 ych98

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.

joaompneves avatar Mar 04 '24 10:03 joaompneves

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

ych98 avatar Mar 04 '24 14:03 ych98

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

joaompneves avatar Mar 04 '24 14:03 joaompneves