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

EuiResizableContainer having nested instances (vertical and horizontal) doesn't work #3698

Closed
jeroenbrouwer opened this issue Jul 6, 2020 · 4 comments · Fixed by #3699
Closed
Assignees
Labels

Comments

@jeroenbrouwer
Copy link

In my application I want to have 2 horizontally resizable panels of which 1 also has 2 vertically resizable panels. Having either a horizontally resizable container with 2 panels and a button OR a vertically resizable container with 2 panels and a button works like a charm. Once I start using both at once only the nested vertically resizable panels in a container still work, the horizontal one doesn't allow resizing at all. Is there a way to get this working? Schematically it looks like this:

P11   |
----- |   P2
P12   |
@jeroenbrouwer
Copy link
Author

Example codesandbox https://codesandbox.io/s/thirsty-mestorf-swljx

@chandlerprall
Copy link
Contributor

Thanks for catching and reporting! A fix for this has been merged, and we'll likely cut a new release with it in a few hours.

@jeroenbrouwer
Copy link
Author

Thanks for fixing this and great turnaround time. 👍

@chandlerprall
Copy link
Contributor

Quick update on that "release within a few hours" - we're waiting for #3169 to merge before doing so. If not today, it'll definitely go out tomorrow.

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

Successfully merging a pull request may close this issue.

2 participants