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

fix: do not stop ignored dragleave events in grid (#8500) (CP: 23.5) #8640

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

tepi
Copy link
Contributor

@tepi tepi commented Feb 5, 2025

Grid currently stops the propagation of all native "dragleave" events which causes the issue. The propagation of "dragleave" event should only be stopped if the grid has a dropMode, in which case corresponding "dragover" and "dragenter" events are also processed by the grid dnd logic

Fixes #8476

Copy link

sonarqubecloud bot commented Feb 5, 2025

@web-padawan web-padawan merged commit 5933a38 into 23.5 Feb 5, 2025
10 checks passed
@web-padawan web-padawan deleted the fix/grid-dnd-events-cp-23.5 branch February 5, 2025 08:19
@vaadin-bot
Copy link
Collaborator

This ticket/PR has been released with Vaadin 23.5.15.

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

Successfully merging this pull request may close these issues.

4 participants