зеркало из https://github.com/mozilla/gecko-dev.git
Bug 524090 - make "View Image Info" scroll to the selected image in the Page Info media tab. r=dao
This commit is contained in:
Родитель
c63e503d72
Коммит
c1b0176709
|
@ -1179,6 +1179,8 @@ function selectImage() {
|
|||
for (var i = 0; i < tree.view.rowCount; i++) {
|
||||
if (gImageElement == gImageView.data[i][COL_IMAGE_NODE]) {
|
||||
tree.view.selection.select(i);
|
||||
tree.treeBoxObject.ensureRowIsVisible(i);
|
||||
tree.focus();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче