-
Notifications
You must be signed in to change notification settings - Fork 83
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
Enhance Window Popout Features #469
Comments
Hey @mathuo -- Any chance this would be included in the 1.9.3 release of dockview? And if so, any rough ideas on when that might be? Trying to figure out on my end if I should build against my fork or wait for the official release. Appreciate all the great work you're doing on this library! Thanks! |
I can put this into Could you describe your use-case for the lifecycle events just in-case I can think of any extra additons that may be useful for these popout windows too? |
Awesome, great to hear! The use-case is specific to issues with popouts described in FlexLayout. When a new window is opened, and a react portal is mapped to the new window's DOM, libraries that rely on referencing We specifically use react-laag for drop-down menus and such. We pass the current That value can't ever be wrong, because it means a drop-down menu would render off-window, which is pretty bad. To eliminate that possibility, I use the |
Ok so what I've done is published this branch as an experimental build which can be installed from npm by running:
I'm going to investigate more an easy way to provide access to the underlying document/window object of the popout windows when groups are in this state. |
Released in 1.10.0 https://dockview.dev/ |
The text was updated successfully, but these errors were encountered: