Closed GoogleCodeExporter closed 8 years ago
The fix is adding
vVisible = pOpen;
before
pList[i].setVisible(vVisible);
on JSGantt.processRows, line 229 of jsgantt.js. This way, the function doesn't
"remember" the visible property of a node on the same level of the previous
iteration. I think this also fixes a similar issue on the tracker.
Original comment by aba...@gmail.com
on 17 Feb 2009 at 3:56
fixed in revision 21
Original comment by shlomyga...@gmail.com
on 15 May 2009 at 8:12
Original issue reported on code.google.com by
aba...@gmail.com
on 13 Feb 2009 at 8:54