Closed Bug 1201479 Opened 9 years ago Closed 6 years ago

Intermittent failure in opening the web console

Categories

(DevTools :: Console, defect)

defect
Not set
normal

Tracking

(firefox43 affected)

RESOLVED WORKSFORME
Tracking Status
firefox43 --- affected

People

(Reporter: marco, Unassigned)

Details

Sometimes I can't open the web console.

I'm seeing the following error in the Browser Console:
> TypeError: this.hud.jsterm is null panel.js:35:9


Which is:
> WebConsolePanel.prototype = {
>   hud: null,
> 
>   /**
>    * Called by the WebConsole's onkey command handler.
>    * If the WebConsole is opened, check if the JSTerm's input line has focus.
>    * If not, focus it.
>    */
>   focusInput: function WCP_focusInput()
>   {
>     let inputNode = this.hud.jsterm.inputNode;
> 
>     if (!inputNode.getAttribute("focused"))
>     {
>       inputNode.focus();
>     }
>   },
Product: Firefox → DevTools
The console code went through an almost complete rewrite, and I'm not aware of such failure with the new frontend.
Because of that, and since there was no activity on this bug for 3 years now, I think we can close this issue.

Marco, feel free to reopen it if that's still something you're experiencing.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.