Skip to content

Incompatibility with JQueryPP #4

@romainbiard

Description

@romainbiard

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions