-
Notifications
You must be signed in to change notification settings - Fork 20
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
Clone maximized state for the new window/popup #42
Comments
@acarabott is it as straightforward as adding state: 'fullscreen' to these options if the function argument I have zero experience with developing Chrome extensions but I'm willing to fix this if there's not too many caveats. I'm not quite sure why the fullscreen property is set afterwards, because |
From what I remember, there were some issues with fullscreen. I did a quick check of changing the state, but it doesn't work as expected. |
Also interested in this. I'll try to play around with it too. |
I did a redesign of the state handling which fixes this bug. Check my pull request. |
ref #72 |
Is there a version of this extension in the Chrome Web Store that will keep windows in Maximized state? Even if I choose Window, Clone on Top, it does not open the new window in the Maximized state of the original window. Can anyone think of any workarounds to have the windows open in a maximized state? I see the fork here on Github, but I'm not sure how to update the extension from that. Anyway, I would love a Setting that does something like, "If Current Window Is Maximized, Keep New Window Maximized." Thanks for such a great extension. Awesome work!!! |
Hi,
I have an issue similar to #23 but with "maximized" state of the window (not "full screen" state as it turned out in that issue).
So, when I move a tab from maximized Chrome window to a new window/popup I get this new window/popup in "normal' state (not "maximized"). The extension correctly copies a "normal" size of the original window to new one but it does not copy the "maximized" state. Please add functionality to copy the "maximized" state.
I use Windows 10. Resizing -> Clone setting is set to "On top".
The text was updated successfully, but these errors were encountered: