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

[DndActor]: dnd start (click) prevents bubbling of all further events (blur, etc). #2443

Open
Kuznietsov opened this issue Aug 1, 2024 · 0 comments
Labels
bug Something isn't working Drag n Drop

Comments

@Kuznietsov
Copy link
Collaborator

Kuznietsov commented Aug 1, 2024

Problem description

Currently, a simple click on DndActor prevents bubbling all the events, related to the other components, like blur on inputs. It leads to not losing focus on inputs and not emitting all other possible useful events.
There was some research in this area, but not finished yet:

// TBD: investigate. Should blur inputs, but doesn't work so far.

Screen.Recording.2024-08-01.at.10.37.20.mov
@Kuznietsov Kuznietsov added bug Something isn't working Drag n Drop labels Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Drag n Drop
Projects
Status: Backlog
Development

No branches or pull requests

1 participant