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

JS Error after dropping an item on Grid #2896

Closed
SebastianKuehnau opened this issue Oct 20, 2021 · 0 comments · Fixed by #2957
Closed

JS Error after dropping an item on Grid #2896

SebastianKuehnau opened this issue Oct 20, 2021 · 0 comments · Fixed by #2957
Assignees
Labels

Comments

@SebastianKuehnau
Copy link

Description

vaadin-grid element throw a java script error in cosole when dropping an element on it

Expected 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.

  1. start the application with mvn spring-boot:run
  2. go to http://localhost:8080/map
  3. drag item from upper grid and drop on lower grid

Environment

  • v22.0.0alpha8
  • OSX 11.6

Browsers affected

  • Chrome
  • Firefox
  • Safari
  • Edge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants