Closed
Bug 660910
Opened 14 years ago
Closed 7 years ago
[Web Console] The autocompletion mechanism doesn't support "this.xxx"
Categories
(DevTools :: Console, defect, P3)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: paul, Unassigned)
Details
(Whiteboard: [autocomplete])
Attachments
(1 file)
|
40.39 KB,
image/png
|
Details |
In the Web Console, if you type "window.al", "window.alert" is suggested.
But if you type "this.al", nothing is suggested (this and window are the same object).
Comment 1•14 years ago
|
||
Entering "this" and hitting return does indeed return the window object. I was wondering if this was referring to the Sandbox object itself on the command line but maybe the Sandbox is smart enough to do that. Worth looking into.
Comment 2•13 years ago
|
||
apparently this is still a bug.
Component: Developer Tools → Developer Tools: Console
Whiteboard: [autocomplete]
Updated•12 years ago
|
Priority: -- → P3
Comment 3•10 years ago
|
||
You can now complete "this", but still not "this.<something>".
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 4•7 years ago
|
||
This is now working
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•