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

Popouts are not handled in loadLayout correctly #858

Open
puschie286 opened this issue Oct 10, 2023 · 0 comments
Open

Popouts are not handled in loadLayout correctly #858

puschie286 opened this issue Oct 10, 2023 · 0 comments

Comments

@puschie286
Copy link

loadLayout of layout-manager doesnt create or close popout windows.

in loadLayout createSubWindows is called before the config is applied - so if the config contain openPopouts, nothing is created

workaround: manual calling createSubWindows after loadLayout.

another problem is closing the old popouts - you can call closeAllOpenPopouts before calling loadLayout to ensure all old popouts are closed. But this doesnt handle the case when you want some popouts to persist

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