wicket-dnd icon indicating copy to clipboard operation
wicket-dnd copied to clipboard

Incompatibility with JQueryPP

Open romainbiard opened this issue 11 years ago • 1 comments

First of all, thank you for sharing this great lib.

I had troubles with DnD, spending about 3hours to figure it out ! I think that there are some incompatibilities between wicket-dnd and jquerypp, pulled by wicket-bootstrap-extensions in my pom.xml file.

I was unable to MOVE items, but COPY worked very well...

Hope that can avoid somebody else to spend too much time on it :)

<dependency>
    <groupId>de.agilecoders.wicket</groupId>
    <artifactId>wicket-bootstrap-extensions</artifactId>
    <version>0.8.4</version>
    <exclusions>
        <exclusion>
            <artifactId>jquerypp</artifactId>
            <groupId>org.webjars</groupId>
        </exclusion>
    </exclusions>
</dependency>

romainbiard avatar Oct 27 '13 01:10 romainbiard

Many thanks for your report.

svenmeier avatar Oct 28 '13 10:10 svenmeier