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

Clone maximized state for the new window/popup #42

Open
dmitriy-khokhlov opened this issue Nov 1, 2018 · 6 comments
Open

Clone maximized state for the new window/popup #42

dmitriy-khokhlov opened this issue Nov 1, 2018 · 6 comments
Labels

Comments

@dmitriy-khokhlov
Copy link

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".

@KnorpelSenf
Copy link

KnorpelSenf commented Oct 29, 2020

@acarabott is it as straightforward as adding

state: 'fullscreen'

to these options if the function argument isFullscreen is true?

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 state is documented here.

@acarabott
Copy link
Owner

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.
I might have some time to look at this over the holiday, but can't guarantee. If you want to take a crack at it, you are more than welcome.

@LtDerbs
Copy link

LtDerbs commented Mar 12, 2023

Also interested in this. I'll try to play around with it too.

@unicornflax
Copy link

I did a redesign of the state handling which fixes this bug. Check my pull request.

@KnorpelSenf
Copy link

ref #72

@Technostud
Copy link

Technostud commented Aug 24, 2024

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!!!

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

6 participants