Avalonia.Native TopLevel embedding#15932
Conversation
|
You can test this PR using the following package version. |
|
You can test this PR using the following package version. |
|
You can test this PR using the following package version. |
|
You can test this PR using the following package version. |
|
You can test this PR using the following package version. |
Revert change
|
You can test this PR using the following package version. |
* Introduce Avalonia.Native TopLevelImpl * Update Avalonia.Native.csproj Revert change
* Introduce Avalonia.Native TopLevelImpl * Update Avalonia.Native.csproj Revert change
What does the pull request do?
This PR introduces a TopLevelImpl for the Avalonia.Native backend. The WindowBaseImpl previously implemented this layer.
This makes it possible to have more embedding solutions that only require an NSView.
Ime interaction with Popups is also fixed. Only the Popup's parent window is the key window so that is responding to key events but Avalonia isn't using the parent's text input method. Hence, we must pretend the Popup's input method is the parent's.
Sample: https://github.com/AvaloniaUI/Xamarin.Mac.Interop
What is the current behavior?
What is the updated/expected behavior with this PR?
How was the solution implemented (if it's not obvious)?
Checklist
Breaking changes
Obsoletions / Deprecations
Fixed issues