Closed
Bug 627710
Opened 14 years ago
Closed 14 years ago
Command completion breaks if unfocusing the input line
Categories
(DevTools :: General, defect, P2)
DevTools
General
Tracking
(blocking2.0 .x+)
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
blocking2.0 | --- | .x+ |
People
(Reporter: rcampbell, Assigned: jwalker)
References
Details
(Whiteboard: [console-1])
STR:
1. open a console
2. type "console.l" in the input line
3. the completion for .log appears, but don't finish the completion (don't press the tab key)
4. click in the output area, then click back on the input line
5. hit tab to finish the .log completion and finish with ("hi");
6. hit enter
Actual results:
nothing happens and the completed part of the phrase is still grey
Expected results:
Completion works and "hi" is logged to the console output area.
Reporter | ||
Updated•14 years ago
|
blocking2.0: --- → ?
Updated•14 years ago
|
Updated•14 years ago
|
blocking2.0: ? → .x
Updated•14 years ago
|
Whiteboard: [console-1]
Comment 1•14 years ago
|
||
I cannot reproduce this bug.
Reporter | ||
Comment 2•14 years ago
|
||
unable to reproduce this.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•