Issue 3709: Buggy autocompletion in small command line is messing with cursor placement
Issue #3709
Description
This test-case is intended for issue #3709 - Buggy autocompletion in small command line is messing with cursor placement.
Sebastian Zartner, sebastianzartner@gmx.de
Steps to reproduce
- Open Firebug and enable the Console Panel
- Type the following into the Command Line:
document.getElementById()
- Move the text cursor in between the brackets
- Type
ab
Expected result
document.getElementById(ab)