mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
Fix for 23387.
This commit is contained in:
parent
6882634a8f
commit
d6c0c9446d
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user