-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opening a context flyout on a text box leaks memory #15465
Labels
Comments
3 tasks
@maxkatz6 Target no longer keeps a strong reference, but unfortunately the issue is still valid. |
3 tasks
Actually, it looks like solving this issue is as simple as resetting the value #15478 |
^ The leak is still valid in the latest nightly, can we reopen this issue or should I open a new issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Opening a context flyout on a text box leaks memory
To Reproduce
git clone https://github.com/BAndysc/avalonia-bugs-repro
git checkout bug_windows_input_panel
Expected behavior
No response
Avalonia version
11.0.10, 11.2.999-cibuild0047556-alpha
OS
Windows
Additional context
Target
is set here: https://github.com/AvaloniaUI/Avalonia/blob/master/src/Avalonia.Controls/Flyouts/PopupFlyoutBase.cs#L238 and will only be released when the next menu is openedThe text was updated successfully, but these errors were encountered: