Skip to content
New issue

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

Children lazy empty nodes remain checked when parent is unchecked with hierarchical multi-selection #250

Closed
JonathanPicques opened this issue Jun 8, 2014 · 1 comment

Comments

@JonathanPicques
Copy link

When using hierarchical multi-selection, I'm facing a bug when these conditions are met:

  • Open a parent node
  • Lazy load an empty child node
  • Check the parent node, all the children nodes will be checked
  • Uncheck the parent node, all the children will be unchecked except the lazy loaded ones

I made a fiddle to reproduce the bug: http://jsfiddle.net/zNmDp/3/

  • Open the Root node
  • Expand the lazy "Folder 1" (no children inside)
  • Check the Root node, all children nodes are checked
  • Uncheck the Root node, the "Folder 1" node is still checked
@mar10 mar10 closed this as completed in 2eb9dfc Jun 8, 2014
@mar10
Copy link
Owner

mar10 commented Jun 9, 2014

I owe you a beer, thank you!

A bit early, but - mission completed :-) Thank you and cheers
foto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants