minitrello icon indicating copy to clipboard operation
minitrello copied to clipboard

Drag and Drop not working

Open Crenshinibon opened this issue 9 years ago • 2 comments

Hi, I just cloned your repo and ran meteor inside the base directory.

The site is accessible, I can create new tasks, but dragging cards isn't working.

I get this error in the browser console: Uncaught TypeError: Cannot read property 'msie' of undefineda.widget._mouseMove @ jquery-ui.min.js:9a.widget._mouseDown._mouseMoveDelegate @ jquery-ui.min.js:9jQuery.event.dispatch @ jquery.js:4665jQuery.event.add.elemData.handle @ jquery.js:4333

I'm on Xubuntu 15.04 with recent Chrome browser.

Crenshinibon avatar Sep 04 '15 12:09 Crenshinibon

I am facing same problem . I am using latest version of Firefox

pyprism avatar Sep 08 '15 10:09 pyprism

Seems like jquery-ui causing this issue ,so I fixed this by installing jquery-ui using meteor package manager and commented out 2 and 3 from minitrello.html

pyprism avatar Sep 08 '15 18:09 pyprism