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

[CLOSED] Backets doesn't save it's window position, size or maximized stage when reopened. #8797

Open
core-ai-bot opened this issue Aug 30, 2021 · 3 comments

Comments

@core-ai-bot
Copy link
Member

Issue by ghost
Monday Nov 10, 2014 at 20:07 GMT
Originally opened as adobe/brackets#9893


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.

@core-ai-bot
Copy link
Member Author

Comment by ingorichter
Tuesday Nov 11, 2014 at 00:18 GMT


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

@core-ai-bot
Copy link
Member Author

Comment by JeffryBooher
Tuesday Nov 11, 2014 at 00:23 GMT


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

@core-ai-bot
Copy link
Member Author

Comment by peterflynn
Monday Nov 24, 2014 at 21:10 GMT


@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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant