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

FancyZones should remember zones of child windows #969

Closed
bzoz opened this issue Dec 18, 2019 · 1 comment
Closed

FancyZones should remember zones of child windows #969

bzoz opened this issue Dec 18, 2019 · 1 comment
Labels
Idea-Enhancement New feature or request on an existing product Product-FancyZones Refers to the FancyZones PowerToy

Comments

@bzoz
Copy link
Contributor

bzoz commented Dec 18, 2019

Summary of the new feature/enhancement

Right now only the main window is zoned - for example New Mail window in Outlook will not get snapped to a zone. We should keep track of zoned child windows.

Proposed technical implementation details (optional)

Right now we keep a map of program name -> zone. We should keep a map of (program name, is child?) -> zone. That would allow child windows (like new mail or documents in photoshop) also be assigned a zone.

We should probably wait for #368 before trying to implement this.

@bzoz bzoz added Idea-Enhancement New feature or request on an existing product Product-FancyZones Refers to the FancyZones PowerToy labels Dec 18, 2019
@bzoz
Copy link
Contributor Author

bzoz commented Dec 23, 2019

Turns out Outlooks "New Mail" windows do not have parent window set. Recent fixes to FancyZones zoning make New Mail window behave as expected and we have a Photoshop related issue for zoning multiple windows of the same app.

@bzoz bzoz closed this as completed Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Idea-Enhancement New feature or request on an existing product Product-FancyZones Refers to the FancyZones PowerToy
Projects
None yet
Development

No branches or pull requests

1 participant