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

Drag and drop not working in Chrome #236

Open
amiteshs opened this issue Oct 13, 2013 · 14 comments
Open

Drag and drop not working in Chrome #236

amiteshs opened this issue Oct 13, 2013 · 14 comments
Labels

Comments

@amiteshs
Copy link

The drag and drop of elements are not working in Chrome version 30.0.1599.69 m (which is the latest version)

@coopr
Copy link

coopr commented Oct 16, 2013

FWIW, drag and drop works in Chrome version 30.0.1599.69 on Mac OSX (a relatively recent version) and also seems to work in 30.0.1599.101 (latest version).

@kmelkon
Copy link

kmelkon commented Oct 23, 2013

it's working for me in chrome version 31.0.1650.26 beta on Ubuntu 13.04.

@amiteshs
Copy link
Author

Hi guys
I tired with Chrome version 30.0.1599.69 m on Windows 8 where it does not work

@doczoidberg
Copy link

I've got the same problem on windows 8.1 chrome Version 31.0.1650.34 beta-m

@rangerdopp
Copy link

Just checked and it doesn't work on Chrome Version 30.0.1599.101 either.

@philoyang
Copy link

see here #141

I fixed it by adding styles [data-row="46"] { top:13864px; } [data-row="45"] { top:13556px; }....... into head

@msilb
Copy link

msilb commented May 4, 2014

Same here, does not work on Chrome 34.0.1847.131, which is quite disturbing because this is the latest browser version there is. Works fine in IE 11 though.

@xfufux
Copy link

xfufux commented May 7, 2014

I can drag items using my touch screen but not the trackpad/mouse (tested on an Asus Zenbook w/ Win 8.1). IE11 gets really messed up when trying to use the touch screen but the mouse works fine.

@msilb
Copy link

msilb commented May 7, 2014

Yes, I found out why it was not working, looks like touch screen support automatically deactivates mouse dragging capabilities on Chrome (does not happen on IE11 for me).

@ajmajma
Copy link

ajmajma commented May 16, 2014

@msilb I am having the same problem with my zenbook, is there a workaround for this?

@msilb
Copy link

msilb commented May 16, 2014

@ajmajma not that i know of, you'd have to use your touch screen to drag tiles around on chrome, unfortunately. :(

@vieron vieron added the bug label Jun 16, 2014
vieron added a commit that referenced this issue Jun 16, 2014
@ghost
Copy link

ghost commented Jun 27, 2014

I've encountered this same issue with Chrome and touchscreen supporting laptops. For what it's worth, this other project has something figured out.

dbushell/Nestable#66

@kutluarasli
Copy link

Drag/drop was not working in Chrome browser(36.0.1985.125). I have disabled the installed mouse software and everything works fine now. Is official solution to disable it at all?

Edit: I had downloaded Gridster via nuget (Visual Studio package manager) which refers version "v0.5.1 - 2014-03-05". Upgraded to v0.5.2, now it work fine at all. Thanks vieron.

@msilb
Copy link

msilb commented Aug 11, 2014

I can see it's fixed now, works fine in Chrome 36.0.1985.125 m. 👍

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

No branches or pull requests