Open klousCan opened 10 months ago
_text
is probably null here or does not cover requested range: https://github.com/AvaloniaUI/Avalonia/blob/master/native/Avalonia.Native/src/OSX/AvnView.mm#L678
Is there a plan to fix this issue, or test it out in nightly-build @Gillibald
I need to reproduce the issue locally to verify my fix. A fix will be linked to this issue.
I can not reproduce the issue with current master
@klousCan can you test nightly builds?
@timunie I just tested it with nightly builds and still got the same result.
@klousCan which package ID?
11.1.999-cibuild0044315-beta @timunie
Describe the bug
After using Cefglue in Mac and enabling off-screen rendering, typing any character using the Chinese Simplified input method causes the program to crash
To Reproduce
Steps to reproduce the behavior:
1.Download the project https://github.com/OutSystems/CefGlue/tree/avalonia11 2.Modify the Program.cs file of the CefGlue.Demo.Avalonia project to enable off-screen rendering
3.Run the CefGlue.Demo.Avalonia project and switch to the Simplified Pinyin input method and type any character (for example: q)
Expected behavior
After using Cefglue in Mac and enabling off-screen rendering, typing any character using the Chinese Simplified input method causes the program to crash
Screenshots
Environment
Additional context
.Net Version 6.0 and 8.0