-
Notifications
You must be signed in to change notification settings - Fork 839
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] Resizing mouse loses dragging if move out of panels #4931
Comments
it also doesn't work if you have elastic chart in one of the container, mouse get's captured by chart |
closing since no activity |
Hey Shahzad! Sorry for not seeing this until just now - is this still something you'd like EUI to grab? The logic would fairly similar to what we just did in EuiFlyoutResizable, so I'd be happy to grab it while I'm still in that headspace. |
@cee-chen for sure please go ahead. I was just cleaning up the issues I have created in different repos |
EuiResizableContainer when dragging, if mouse leaves the main container event handler is unattched. User have to click again on resizeable button to resize.
I think event handler attachment should be adjusted to make sure even if it leaves container , event handler remains attched.
We can also allow user passing the container element to which we want to attach the mouse event.
The text was updated successfully, but these errors were encountered: