-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[Peek] WindowActivationState checks are added for focus and close aft… #26364
[Peek] WindowActivationState checks are added for focus and close aft… #26364
Conversation
Do we having a tracking issue for this |
A new issue opened and added to PR. |
I'll be adding a Setting for enabling/disabling this behavior. |
Also need to check if this doesn't break #26349 |
I am also in favor of adding a Setting light dismiss. It can be very frustrating especially since it is not a window's normal behavior. |
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.
Tested. Code looks good
* catch exception * Check count of items to avoid the exception being thrown * Fix regression from #26364 --------- Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
* [Peek] WindowActivationState checks are added for focus and close after losing focus. * Add setting to activate the behavior --------- Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
…26470) * catch exception * Check count of items to avoid the exception being thrown * Fix regression from microsoft#26364 --------- Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
…er losing focus.
Summary of the Pull Request
PR Checklist
Detailed Description of the Pull Request / Additional comments
Validation Steps Performed