From 48be01ba8a9d8766de4758348049d443fa23f16e Mon Sep 17 00:00:00 2001 From: Rob Campbell Date: Fri, 23 Jul 2010 11:30:16 -0300 Subject: [PATCH] Bug 579412 - Backed out changeset b993e9c8edbe, bustage --- toolkit/components/console/hudservice/HUDService.jsm | 2 -- 1 file changed, 2 deletions(-) diff --git a/toolkit/components/console/hudservice/HUDService.jsm b/toolkit/components/console/hudservice/HUDService.jsm index 04a2b5853d9..8b1b34c3f40 100644 --- a/toolkit/components/console/hudservice/HUDService.jsm +++ b/toolkit/components/console/hudservice/HUDService.jsm @@ -1522,7 +1522,6 @@ function HeadsUpDisplay(aConfig) this.contentWindow = aConfig.contentWindow; this.uriSpec = aConfig.contentWindow.location.href; this.reattachConsole(); - this.jsterm.inputNode.focus(); return; } @@ -1628,7 +1627,6 @@ function HeadsUpDisplay(aConfig) // create the JSTerm input element try { this.createConsoleInput(this.contentWindow, this.consoleWrap, this.outputNode); - this.jsterm.inputNode.focus(); } catch (ex) { Cu.reportError(ex);