We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the can/list/sort plugin in CanJS 2.2.1.
See http://jsbin.com/cogafezomo/2/edit?html,js,output
It will update a list rendered with {{#key}} but not when rendered with {{#each key}}.
{{#key}}
{{#each key}}
The text was updated successfully, but these errors were encountered:
The reason this isn't working is because of additional text nodes in the template (whitespace, new lines, etc).
This will work with those removed.. http://jsbin.com/fomequfosa/1/edit?html,js,output
That said, this issue exposes others at the DOM manipulation layer of the Sort plugin.
@daffl and I will be taking a look later today.
Sorry, something went wrong.
makes move events respect nodeLists for #1566 and fixes a memoryleak
0a7e048
justinbmeyer
Successfully merging a pull request may close this issue.
When using the can/list/sort plugin in CanJS 2.2.1.
See http://jsbin.com/cogafezomo/2/edit?html,js,output
It will update a list rendered with
{{#key}}
but not when rendered with{{#each key}}
.The text was updated successfully, but these errors were encountered: