Bug 867567 - JavaScript Error: "TypeError: focused is null". r=kats

This commit is contained in:
Marcos A. Di Pietro 2013-06-07 15:20:09 -04:00
parent af607e2c94
commit 8fa8aefe46

View File

@ -1248,7 +1248,7 @@ var BrowserApp = {
if (aOnlyInputElements)
return null;
if (focused instanceof HTMLTextAreaElement || focused.isContentEditable) {
if (focused && (focused instanceof HTMLTextAreaElement || focused.isContentEditable)) {
if (focused instanceof HTMLBodyElement) {
// we are putting focus into a contentEditable frame. scroll the frame into