Bug 753709 - JS error when pressing space on a Chat or Gloda facet view tab, r=bwinton.
This commit is contained in:
Родитель
6e3de8c966
Коммит
162e503b7e
|
@ -2365,6 +2365,9 @@ function SpaceHit(event)
|
|||
else if (focusedElement && !hRefForClickEvent(event))
|
||||
return;
|
||||
|
||||
if (!contentWindow)
|
||||
return;
|
||||
|
||||
var rssiframe = contentWindow.document.getElementById('_mailrssiframe');
|
||||
// If we are displaying an RSS article, we really want to scroll
|
||||
// the nested iframe.
|
||||
|
|
Загрузка…
Ссылка в новой задаче