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] Resizing mouse loses dragging if move out of panels #4931

Closed
shahzad31 opened this issue Jun 30, 2021 · 4 comments · Fixed by #7456
Closed

[EuiResizableContainer] Resizing mouse loses dragging if move out of panels #4931

shahzad31 opened this issue Jun 30, 2021 · 4 comments · Fixed by #7456
Assignees

Comments

@shahzad31
Copy link
Contributor

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.

@shahzad31 shahzad31 added the bug label Jun 30, 2021
@shahzad31
Copy link
Contributor Author

it also doesn't work if you have elastic chart in one of the container, mouse get's captured by chart

@thompsongl thompsongl changed the title EuiResizableContainer resizing mouse looses dragging if move out of panels [EuiResizableContainer] Resizing mouse loses dragging if move out of panels Jun 30, 2021
@shahzad31
Copy link
Contributor Author

closing since no activity

@JasonStoltz JasonStoltz closed this as not planned Won't fix, can't repro, duplicate, stale Jan 10, 2024
@cee-chen
Copy link
Contributor

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.

@shahzad31
Copy link
Contributor Author

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

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