-
Notifications
You must be signed in to change notification settings - Fork 747
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
fix(macOS): Prevent pointer over event originating from other window (backport #18688) #18711
fix(macOS): Prevent pointer over event originating from other window (backport #18688) #18711
Conversation
(cherry picked from commit c1b2800)
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18711/index.html |
🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18711/index.html |
The build 146229 found UI Test snapshots differences: Details
|
GitHub Issue (If applicable): closes #16399
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Events, like mouse move, on other windows on top of the app would be considered.
What is the new behavior?
Events are only received when the current application is active.
PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.Other information
Internal Issue (If applicable):
This is an automatic backport of pull request #18688 done by [Mergify](https://mergify.com).