Closed
Bug 873705
Opened 12 years ago
Closed 12 years ago
"TypeError: arg.text.toLowerCase is not a function" when clicking `help <command>` in help output
Categories
(DevTools Graveyard :: Graphic Commandline and Toolbar, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: harth, Unassigned)
Details
STR:
1) Open the developer toolbar
2) Enter command `help`
3) Click on one of the `help <command>` boxes displayed
Expected:
Taken to `help <command>`
Actual:
Nothing happens, this error in error console
Error: TypeError: arg.text.toLowerCase is not a function
Source File: resource://gre/modules/devtools/gcli.jsm
Line: 2893
Comment 1•12 years ago
|
||
Fixed with bug 834230
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•