vaadin / flow-components

Java counterpart of Vaadin Web Components
100 stars 66 forks source link

Dragging a Grid ComponentColumn cell looks like part of next row drags with it #1120

Open joelpop opened 4 years ago

joelpop commented 4 years ago

V14.1.23

When dragging a ComponentColumn cell of a Grid, it looks like part of the next row drags with it. The attached code demonstrates this behavior.

IMG_3278

IntegerQueueView.java.zip

juhopiirainen commented 4 years ago

Thanks @joelpop! I'll move this to the Flow repo.

pleku commented 4 years ago

The given example code shows that this is about grid row specific drag and drop, not generic flow dnd, so I'm moving this to grid flow repository.

joelpop commented 4 years ago

This appears to be specific to Safari. It works fine on Chrome, Firefox, Opera, and Edge.

mheicke commented 3 years ago

Any news on this? It's rather ugly Screenshot