Fixed list box bustage. b=36366. r=sfraser, a=beppe
git-svn-id: svn://10.0.0.236/trunk@71412 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -472,7 +472,7 @@ function ClearTreelist(tree)
|
||||
function GetSelectedTreelistAttribute(tree, attr)
|
||||
{
|
||||
if (tree)
|
||||
return tree.selectedCells[0].getAttribute(attr);
|
||||
return tree.selectedItems[0].firstChild.firstChild.getAttribute(attr);
|
||||
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user