We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vaadin-grid element throw a java script error in cosole when dropping an element on it
vaadin-grid
No Error message in JS Console
Console is showing an error message
map:12 There seems to be an error in the Vaadin Grid: Cannot read properties of undefined (reading 'dragDisabled') Please submit an issue to https://github.com/vaadin/vaadin-grid/issues/new! console.error @ map:12
https://github.com/SebastianKuehnau/sebak-demo-app/blob/22.0.0.alpha8/src/main/java/org/vaadin/sebastian/view/MapView.java
Clear steps describing how to reproduce the issue.
The text was updated successfully, but these errors were encountered:
tomivirkki
Successfully merging a pull request may close this issue.
Description
vaadin-grid
element throw a java script error in cosole when dropping an element on itExpected outcome
No Error message in JS Console
Actual outcome
Console is showing an error message
map:12 There seems to be an error in the Vaadin Grid:
Cannot read properties of undefined (reading 'dragDisabled')
Please submit an issue to https://github.com/vaadin/vaadin-grid/issues/new!
console.error @ map:12
Live demo (optional)
Screen.Recording.2021-10-20.at.11.49.44.mov
Minimal reproducible example
https://github.com/SebastianKuehnau/sebak-demo-app/blob/22.0.0.alpha8/src/main/java/org/vaadin/sebastian/view/MapView.java
Steps to reproduce
Clear steps describing how to reproduce the issue.
Environment
Browsers affected
The text was updated successfully, but these errors were encountered: