Bug 1740213 - when opening pdf attachments in the 3pane, make sure to put the 3pane in focus. r=henry

Differential Revision: https://phabricator.services.mozilla.com/D130867

--HG--
extra : rebase_source : 5319d819df8aca48c088e91185b66793aaf7c797
This commit is contained in:
Magnus Melin 2021-11-10 15:35:35 +02:00
Родитель ada42cde57
Коммит c73770c885
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1937,6 +1937,7 @@ AttachmentInfo.prototype = {
background: false,
linkHandler: "single-page",
});
tabmail.ownerDocument.defaultView.focus();
return;
}
// If no tabmail, open PDF same as other attachments.

Просмотреть файл

@ -7637,6 +7637,7 @@ function OpenSelectedAttachment() {
background: false,
linkHandler: "single-page",
});
tabmail.ownerDocument.defaultView.focus();
return;
}
// If no tabmail, open PDF same as other attachments.