Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Backets doesn't save it's window position, size or maximized stage when reopened. #9893

Closed
ghost opened this issue Nov 10, 2014 · 3 comments
Closed

Comments

@ghost
Copy link

ghost commented Nov 10, 2014

On Linux, the main window always return to a annoying default position and size, it's terrible have to move back every time you close the program.

@ingorichter
Copy link
Contributor

@JeffryBooher Did you say that Linux CEF doesn't support window placement? Or was this something different?

@JeffryBooher
Copy link
Contributor

@ingorichter yep. The Linux impl does not have CEF placement capabilities. Furthermore, the data used to communicate the desired size and position is not compiled into the struct on Linux so the shell would need to do some wonky stuff to make the placement work.

The positioning is not supported in a standard way on any platform with our current implementation of CEF. Hopefully that will be remedied and standard Javascript window positioning can be used with window.open() when we move to a later version of CEF but there is still a question of whether Linux will support it.

@peterflynn
Copy link
Member

@JeffryBooher I don't think this is about window.open() -- it's about the main Brackets window that is opened when you launch the app. That would make this a duplicate of open bug #7174, though, so I'll close this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants