Fixing bug 47536 - column hiding is broken. r=hyatt.
git-svn-id: svn://10.0.0.236/trunk@75519 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
98dee5f779
commit
61ba79db7b
@ -28,6 +28,9 @@ function BuildTreePopup( treeColGroup, treeHeadRow, popup, skipCell )
|
||||
var currTreeCol = treeHeadRow.firstChild;
|
||||
var currColNode = treeColGroup.firstChild;
|
||||
while (currTreeCol) {
|
||||
if (currColNode.tagName == "splitter")
|
||||
currColNode = currColNode.nextSibling;
|
||||
|
||||
if (skipCell != currTreeCol) {
|
||||
// Construct an entry for each cell in the row.
|
||||
var columnName = currTreeCol.getAttribute("value");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user