Closed
Bug 779225
Opened 13 years ago
Closed 13 years ago
GCLI does not accept auto-completed 'help' command without arguments
Categories
(DevTools :: Console, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 17
People
(Reporter: grant_gayed, Unassigned)
References
Details
- using the latest GCLI taken from github
- presumably can happen for some other commands as well
- view the index.html example page in GCLI's root directory
- type (no quotes) 'he'
- press <Tab> to auto-complete the 'help' command
- press <Enter> to invoke the command, but for some reason it is disallowed
- the command becomes invokable by removing the trailing space, or adding-then-removing a character, etc.
Comment 1•13 years ago
|
||
Thanks for the report. This bug should be fixed as a by-product of fixing bug 773227.
Status: UNCONFIRMED → NEW
Depends on: 773227
Ever confirmed: true
OS: Windows 7 → All
Priority: -- → P1
Hardware: x86_64 → All
Target Milestone: --- → Firefox 17
| Reporter | ||
Comment 3•13 years ago
|
||
I just retrieved the latest GCLI content and still see this problem with the steps from comment 0.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 4•13 years ago
|
||
Sorry, there was something strange happening on my end. I've verified that this is fixed in the latest. I'm not able to set the report's status back to Fixed.
Updated•13 years ago
|
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•