Giter Site home page Giter Site logo

Comments (4)

rniemeyer avatar rniemeyer commented on August 17, 2024

@kazrac - the sortable plugin expects that the sortable items will be contained in a single element. If you wrap your template in a div, then it would work properly. Sample: http://jsfiddle.net/rniemeyer/2qp4V/

Does that work for you or maybe you can explain your scenario a bit more, so I can see how to make it work properly?

from knockout-sortable.

kazrac avatar kazrac commented on August 17, 2024

hi, thanks for quick answer.
In project I use table and table rows instead of divs. There is one row for main information and one row for details. Details row can by expanded by clicking + in main row. It looks something like this http://jsfiddle.net/KSSDX/2/ . We tried to place 'if' binding inside second details tr but then sorting doesn't work properly in IE8. It is logical to have single contained element for sortable elements. In this case we prevent sorting when at least one row is expanded. Since it worked in older ko version it would be nice to have this functionality in new too :)

from knockout-sortable.

bhandfast avatar bhandfast commented on August 17, 2024

Similar issue here: http://jsfiddle.net/benzor/3qQ4q/

It works in IE9, but not in IE8. Seems to be caused by fixUpNodesToBeMovedOrRemoved returning undefined. Not sure why but if all whitespace in the template is removed, it works in IE8 too.

from knockout-sortable.

mbest avatar mbest commented on August 17, 2024

The cause is this bug in Knockout, knockout/knockout#498, which means that the afterRender callback gets stale data.

So why is there an error in 2.2 and not in 2.1? That's because the if binding saves the template differently in 2.2 than it does in 2.1. In 2.1, the nodes with if are saved as a template (original nodes are moved) and attached to a div. In 2.2, the nodes are copied and the original nodes are removed (so there's no parent). The error occurs because the sortable code assumes the nodes have a parent.

from knockout-sortable.

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.