Issue 4931:
Pressing the Enter key is eaten by the auto-completion popup
Steps to reproduce
- Open Firebug and enable the Console panel
- Type "a" (without quotes) into the command line.
- The autocompletion should appear
- Press the
Enter
key
- The popup should close and the expression should be evaluated.