Issue 5006: Switching panels does not correctly set the command line auto-completer
Steps to reproduce
- Open Firebug
- Switch to the HTML panel, and enable the Console panel through its right-click menu
- Click the Show Command Line button.
-
Type
win
into the Command Line
window
should appear as a completion.
- Clear its contents, and switch to the Console panel
- Open the Command Editor
- Switch to the HTML panel
-
Type
win
into the Command Line again
Completions should still appear.