Fix for 23387.

This commit is contained in:
hyatt%netscape.com 2000-02-13 22:58:10 +00:00
parent 6882634a8f
commit d6c0c9446d
2 changed files with 2 additions and 5 deletions

View File

@ -39,12 +39,13 @@ function BuildTreePopup( treeColGroup, treeHeadRow, popup, skipCell )
v.setAttribute("value", display);
}
v.setAttribute("colid", currColNode.id);
v.setAttribute("oncommand", "ToggleColumnState(this, document)");
var hidden = currColNode.getAttribute("hidden");
if (hidden != "true")
v.setAttribute("checked", "true");
popup.appendChild(v);
v.setAttribute("oncommand", "ToggleColumnState(this, document)");
}
currTreeCol = currTreeCol.nextSibling;

View File

@ -1058,10 +1058,6 @@ tree {
border-spacing: 0px;
}
treecol[hidden="true"] {
visibility: collapse;
}
/* BEN: making dialog trees nicely inset */
tree.inset {
border: 1px inset white;