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 's not working #207

Closed
sozonovalexey opened this issue Jul 28, 2013 · 19 comments
Closed

Drag 's not working #207

sozonovalexey opened this issue Jul 28, 2013 · 19 comments
Labels

Comments

@sozonovalexey
Copy link

Hello!
Drag does not work on the customer's computer (no errors) but on my all is well and example on http://gridster.net/ also does not work! It's a magic!

@sozonovalexey
Copy link
Author

How can i fix it?

@OClement
Copy link

Can you see any kind of error or logs from the console?
What browser did you test in? Is Javascript enabled in the browser?


I personally got the "same" problem:
A project I am working on is working fine on my work laptop (OSX Mountain Lion, Chrome, etc. + Win7 IE9 in VMware), but not on my home PC (win8, no go in Chrome, IE or FF, all latest versions)

No logs, no errors no nothing -> Same goes for the demo on gridster.net Other demos around the web won't work either.

It IS working fine on my girlfriend's PC, same setup as me (Win8 and all).

So it definitely looks like a problem specific to my machine but I can't figure out why. Checked everything I could and all looks fine.

@sozonovalexey
Copy link
Author

No errors! Yes Javascript is enabled. Windows 7 + Chrome the last version.

On my PC Win8 + the same Chrome it is working fine!

@sozonovalexey
Copy link
Author

But in ie it works good

@barisonal
Copy link

Hi guys, it doesn't work for us either :( There is no any error message in console, no any alert etc... Browsers: Chrome, Firefox OS: Windows 7

@barisonal
Copy link

Hi guys, it doesn't work for us either :( There is no any message in console or alert etc. Javascript is enabled and I tried it in Chrome and Firefox. Os: Win7

@JpEncausse
Copy link

Got the same issue, I think it is related to latest Chrome touch event that prevent click on Gridster. I don't know if there is workaround

@OClement
Copy link

I wouldn't be so sure (chrome issue)
I have two PC setup in the same way (win8, latest chrome) and both behave differently. It won't work on any browser on my PC, while it's working on all browsers on my GF's PC

There must be some tool or something I installed that altered a Win's config I don't know

Working fine on MacBook Pro too

Envoyé de mon iPhone

Le 2013-08-10 à 11:27, Jean-Philippe Encausse notifications@github.com a écrit :

Got the same issue, I think it is related to latest Chrome touch event that prevent click on Gridster. I don't know if there is workaround


Reply to this email directly or view it on GitHub.

@JpEncausse
Copy link

One thing I installed on Win7 since I discover the issue is LeapMotion which add "touch feature" on OS layer

@krazyjakee
Copy link

Dupe of #203

@sozonovalexey
Copy link
Author

the problem is still actual!

@edokan
Copy link

edokan commented Sep 13, 2013

I also confirm problem exists on Both Chrome and Firefox. It not a coincidence that I have installed Leap Motion software on my Windows 7 computer.

To reproduce just install leap motion software from https://www.leapmotion.com/setup. Issue does not need a device to reproduce. Just install and reboot.

@cytex-ch
Copy link

I confirm that the problem exists in both firefox and chrome when having installed the Leap Motion Software. As my software doesn't need any touch input as it is only used on desktop computers, i dropped the feature in jquery.gridster.js by changing line 378:

var isTouch = !!('ontouchstart' in window);

to

var isTouch = false;

This solves the problem, but also drops the touch support. I'm sure there will be a better solution, e.g. by checking if the leap motion software is installed, but this works for me as a temporary workaround.

Dear gridster team, keep up the good work! :)

@OClement
Copy link

So it looks like the issue is caused by something related to touch/hid device drivers or something;

I have (had) this issue but don't have a Leap Motion nor did i installed its drivers. So I ended up looking into whatever I had installed and turns out I had Microsoft Mouse and Keyboard Center installed, which is a driver for MS keyboards and mice (duh).

Uninstalled it, restarted Chrome and BOOM! It worked

Hopefully this will help a few people out there too; Obviously this doesn't solve the problem as you can't ask all your users to remove their whatever-drivers indeed, but it might help clarify this issue

@davidpelayo
Copy link

Dropping isn't working on Safari (Mac OS Maverics, Windows 7, ...). You can start dragging a widget but then not placing it wherever you want.

@dustmoo
Copy link
Contributor

dustmoo commented Feb 12, 2014

Do you see any javascript errors in your console?

@davidpelayo
Copy link

No console errors. Just not working drop behaviours, kind of event cancelled or so, but didn't have the chance to debug. I will tell you more when I debug.

@wildgeeza
Copy link

Ditto, dropping not working, where drag works fine. Similar, no console errors, but I have noticed if you rescale, then the drop works after dragging

@eemmzz
Copy link

eemmzz commented May 21, 2014

I see this issue on my ultrabook. For me it is due to the touchscreen this machine has as the demo works if I use the screen but not my touchpad/mouse

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