зеркало из https://github.com/mozilla/gecko-dev.git
Bug #268503 --> space bar focused on blog message does next-unread, not page-down
sr=bienvenu
This commit is contained in:
Родитель
22d1517984
Коммит
db1a381444
|
@ -1776,6 +1776,11 @@ function MsgAddAllToAddressBook() {}
|
|||
function SpaceHit(event)
|
||||
{
|
||||
var contentWindow = window.top._content;
|
||||
var rssiframe = contentWindow.document.getElementById('_mailrssiframe');
|
||||
|
||||
// if we are displaying an RSS article, we really want to scroll the nested iframe
|
||||
if (rssiframe)
|
||||
contentWindow = rssiframe.contentWindow;
|
||||
|
||||
if (event && event.shiftKey) {
|
||||
// if at the start of the message, go to the previous one
|
||||
|
|
|
@ -71,7 +71,7 @@ const MESSAGE_TEMPLATE = "\n\
|
|||
";
|
||||
|
||||
const REMOTE_CONTENT_TEMPLATE = "\n\
|
||||
<iframe src=\"%URL%\">\n\
|
||||
<iframe id =\"_mailrssiframe\" src=\"%URL%\">\n\
|
||||
%DESCRIPTION%\n\
|
||||
</iframe>\n\
|
||||
";
|
||||
|
|
Загрузка…
Ссылка в новой задаче