-
-
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
Notify window on mouseEntered (mac only) #15251
Conversation
You can test this PR using the following package version. |
ea805c0
to
d6b34af
Compare
You can test this PR using the following package version. |
cc @grokys, not sure who else can review it. |
You can test this PR using the following package version. |
You can test this PR using the following package version. |
To reiterate this problem. AFAIK there is no Avalonia equivalent for MouseEnter. There is only LeaveWindow (https://github.com/AvaloniaUI/Avalonia/blob/master/src/Avalonia.Base/Input/Raw/RawPointerEventArgs.cs#L9) |
@Gillibald I think you are working with mac as well. Can you please take a look at this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure that I'm the right person to review this, as I've not really been involved in mouse event handling in the macOS backend, but from what I can see I don't think it should cause problems, so giving it a tentative +1. Thanks @ltetak !
What does the pull request do?
Fixes issue when Tooltip hides immediately on mac - see #13565 (comment)
What is the current behavior?
Tooltip flickers (hides) which should be solved by #13565 but it does not fix this for mac
What is the updated/expected behavior with this PR?
no flickering
cc: @grokys