зеркало из https://github.com/mozilla/gecko-dev.git
Fixed list box bustage. b=36366. r=sfraser, a=beppe
This commit is contained in:
Родитель
12b3563350
Коммит
f89bd7d590
|
@ -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 "";
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче