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
When using WasmEnableThreads and using clipboard keyboard shortcuts, a letter is inserted in the TextBox.
If pressing CTRL+C, a c is inserted, and the text is copied to the clipboard,
If pressing CTRL+V a v is inserted in the textbox, in addition to the clipboard text.
Without WasmEnableThreads the behavior is as expected
To Reproduce
Net 9.0.2 and avalonia 11.2.3, 11.2.4 (not tested with older versions)
Expected behavior
No response
Avalonia version
11.2.4
OS
WebAssembly
Additional context
No response
The text was updated successfully, but these errors were encountered:
I am almost certain it's caused by keydown events not being handled by MT backend, since JS handlers are sync, and MT code requires C# handlers to be async.
Describe the bug
When using WasmEnableThreads and using clipboard keyboard shortcuts, a letter is inserted in the TextBox.
If pressing CTRL+C, a c is inserted, and the text is copied to the clipboard,
If pressing CTRL+V a v is inserted in the textbox, in addition to the clipboard text.
Without WasmEnableThreads the behavior is as expected
To Reproduce
Net 9.0.2 and avalonia 11.2.3, 11.2.4 (not tested with older versions)
Expected behavior
No response
Avalonia version
11.2.4
OS
WebAssembly
Additional context
No response
The text was updated successfully, but these errors were encountered: