ArcBees / gwtquery

A jQuery clone for GWT, and much more.
MIT License
85 stars 38 forks source link

iPad drag with gquery 1.4.4-SNAPSHOT not working #350

Open biancashouse opened 9 years ago

biancashouse commented 9 years ago

I have extracted a small part of my very large app to demonstrate that there is a problem on ipad with the latest 1.4.4-SNAPSHOT version of gquery.

If you visit dnd-tester.appspot.com using a Nexus 7, you will be able to click on the colours tab and slide one of the colours out of the scrolling panel.

If you visit that app using an ipad, the panel can be scrolled, but the colours won't drag.

In fact, using Chrome browser's device emulation (Inspect Element etc), you can see the same experience in your desktop browser. That's a surprise, because I would have thought it would be an ios-related issue, but perhaps it isn't.

When I revert to an older gquery, the issue goes away. That older version is gwtquery-1.4.3-20141231.143602-16

I'm using both draggable and droppable 2.0-SNAPSHOT.

christiangoudreau commented 9 years ago

@meriouma

meriouma commented 9 years ago

Thanks for reporting, I'll try to take a look tommorow!

meriouma commented 9 years ago

Did you extract it to a project we could clone for testing?