Description of problem: dependency tree should hide_resolved, but it hides unresolved, too. https://bugzilla.redhat.com/showdependencytree.cgi?id=235703&hide_resolved=1 (right now) shows only bug 357401. https://bugzilla.redhat.com/showdependencytree.cgi?id=235703&hide_resolved=0 (right now) shows that bug 253892 is also open. Is this perhaps because bug 253892 is REOPENED?
bug 253892 is a child of bug 292021 which is CLOSED which is why it is not being displayed. Currently showdependencytree.cgi does not drill down the dependency tree looking for unresolved bugs and just shows the ones directly connected to the top level bug 235703. This is part of the standard Bugzilla code base and would be best reported to the upstream Bugzilla tracker http://bugzilla.mozilla.org We are going to be moving to their latest version 3.0 in the near future so if they fix it there we will have the fix as well. Thanks