table-dragger icon indicating copy to clipboard operation
table-dragger copied to clipboard

Weird behavior on latest firefox

Open solsticedhiver opened this issue 6 years ago • 1 comments

When dragging a column the visual effect stops immedialty, and I have to release the mouse button, to get visual feedback again, and then I have to click to drop the column table !

Here is a jsfiddle with an example https://jsfiddle.net/kjaugcqk/

I don't know, may be it's an issue with firefox and not your plugin ??

solsticedhiver avatar May 24 '18 20:05 solsticedhiver

Hello @solsticedhiver it's a late response 🙈 but maybe it helps someone else. I had the same behaviour in firefox. The reason is the image in the handle. I solved it with the following css on the image tag:

pointer-events: none;

knufri avatar Jul 16 '21 14:07 knufri