ArcBees / gwtquery-droppable-plugin

GwtQuery droppable plugin
MIT License
7 stars 11 forks source link

Draggable and Droppable plugins on GitHub are different versions?? #2

Closed ghost closed 9 years ago

ghost commented 10 years ago

Hello,

The draggable and droppable plugins available on GitHub don't seem to be the same version - for example, DragAndDropManagerImpl.java in the droppable plugin overrides several functions that have different signatures in the DragAndDropManager.java class from the draggable plugin.

Some examples:

public void drag(DragContext ctx, GqEvent e) { /* from draggable plugin */ }

@Override public void drag(Element draggable, GqEvent e) { /* from droppable plugin */ }

I checked out the source code from Google Code to see what was going on, and it seems the '(Element draggable, GqEvent e)' versions have been added later (going by the commit dates on Google Code), which suggests the droppable plugin on GitHub is more recent than the draggable plugin also on GitHub.

Any help getting these two plugins in line would be great.

Cheers, Ben.

jclariviere commented 9 years ago

Fixed by #7