Skip to content
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

Win10: Don't report "Task Switching window" when pressing alt+tab #5150

Closed
nvaccessAuto opened this issue Jun 11, 2015 · 1 comment
Closed
Labels
Milestone

Comments

@nvaccessAuto
Copy link

Reported by jteh on 2015-06-11 16:07
Normally, we want to present focus ancestors, but for alt+tab, this is a major efficiency killer. We should set isPresentableFocusAncestor to False for this (like we do for the task list in older versions of Windows). However, this window is also used for the Task View, so we need to make sure we do report it in this case.

It seems the view is slightly different between these two cases. For the Task View, I see some groupings that I don't see with alt+tab. At worst, we might need ot detect whether the alt key is held down, but that's ugliness I'd prefer to avoid.

@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2015-08-06 01:40
Fixed in a0c1045.
Changes:
Milestone changed from None to 2015.3
State: closed

@nvaccessAuto nvaccessAuto added this to the 2015.3 milestone Nov 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant