Coder Social home page Coder Social logo

Comments (7)

voidberg avatar voidberg commented on July 17, 2024

Sorry for replying so late.

Could you please create an example on Plunkr or CodePen?

Thanks.

from html5sortable.

sdettling avatar sdettling commented on July 17, 2024

I'm able to reproduce this as well in your examples. While dragging from a lower ordered item to a higher ordered item it works as expected, but when dragging from higher to lower the next sibling shows the placeholder, and will drop into that slot rather than the item you're hovering over.

Looks like it might have something to do with the "not" method. When I change line 123 to placeholders[0].detach(); it seems to work as expected but I haven't explored the implications of that change.

from html5sortable.

voidberg avatar voidberg commented on July 17, 2024

This is very odd. Running the example linked from the Github repo exhibits this issue but running the same example locally does not. Will investigate.

from html5sortable.

alpracka avatar alpracka commented on July 17, 2024

Did you solve it? In your examples I can't move any item over Item 1.

Example

from html5sortable.

voidberg avatar voidberg commented on July 17, 2024

I didn't solve it. I can only reproduce it when I am running the example linked on Github. When ran locally everythings works fine.

If anyone has any ideas please share.

from html5sortable.

Black-C3PO avatar Black-C3PO commented on July 17, 2024

Couldn't you just update the example linked on Gitub.

The example in the branch works fine for me, too.

from html5sortable.

denvil avatar denvil commented on July 17, 2024

Hi. I managed to duplicate this issue.
If sortable is run twice on list then this issue crops up. Still not sure what is duplicated but adding

$(this).children(options.items).off('dragstart.h5s dragend.h5s selectstart.h5s dragover.h5s dragenter.h5s drop.h5s'); 

after line 25 fixed for me this issue.

In example this can be duplicated by adding second $('.sortable').sortable(); in example.

Not sure what the right fix is. Hope this helps.

from html5sortable.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.