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

Maximizing windows that are snapped/half-maximized doesn't work. #1

Closed
mathematicalcoffee opened this issue Aug 19, 2012 · 0 comments
Closed
Assignees
Labels

Comments

@mathematicalcoffee
Copy link
Owner

When maximizing a window that has been 'snapped' to one half of the screen (i.e. a half-maximized window), nothing happens.

This is because in the code for maximize in the extension, if the window is already maximized in any dimension (vertically or horizontally) it is considered maximized already and unmaximize() is called on it.

Proposed fix: only consider a window maximized if it is fully maximized.

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