BinkWu / jquery-checktree

Automatically exported from code.google.com/p/jquery-checktree
0 stars 0 forks source link

jQuery 1.4.0 introduced issue with unticking grandchild nodes #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using version 0.22 of the plugin, and the demo, bump jQuery to v1.4.0
2. Expand "Sealand" -> "Fun Province"
3. Click "Tree City"
4. Click "Oil Province"
5. Click "Fun City"
6. Verify that "Sealand" is half-clicked, as expected.
7. Click "Not Fun City"

What is the expected output? What do you see instead?
All children of "Sealand" are now clicked, so "Sealand" should be clicked.
Instead, "Sealand" is still half-clicked.

What version of the product are you using? On what operating system?
Version 0.22 using jQuery 1.4.0 on Chrome 26.

Please provide any additional information below.

Original issue reported on code.google.com by r.d.fawcett on 19 Apr 2013 at 2:44

GoogleCodeExporter commented 8 years ago
This seemingly fixes itself at jQuery 1.6.0 and later, so only applies to 
jQuery 1.4.* and 1.5.* releases.

Original comment by r.d.fawcett on 19 Apr 2013 at 2:46

GoogleCodeExporter commented 8 years ago
It seems like this project isn't being actively maintained any more, so I've 
forked the codebase on Github and fixed this bug. The fork can be found at 
https://github.com/yeurch/CheckTree.  Of course, feel free to backport my fix 
into this codebase!

Original comment by r.d.fawcett on 24 Apr 2013 at 10:01