Closed
Bug 786001
Opened 13 years ago
Closed 12 years ago
Web Console doesn't properly resolve DOM "standard class" names in its suggestions
Categories
(DevTools :: Console, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: ehsan.akhgari, Unassigned)
Details
STR:
1. Open about:blank, and load the web console.
2. Type "XML". You'll see "XML" and "XMLList" being suggested. "XMLHttpRequest" should be suggested too.
Comment 1•13 years ago
|
||
Actually, none of the various DOM "standard class" names are present except the ones that already got poked by the page.
How is the completion list generated?
Comment 2•13 years ago
|
||
As in, this is not specific to new bindings; XPConnect bindings have the same issue.
Summary: Web Console doesn't properly resolve the names of the objects implemented by the new bindings in its suggestions → Web Console doesn't properly resolve DOM "standard class" names in its suggestions
Comment 3•12 years ago
|
||
Thanks for the report!
This seems to be fixed. Please reopen if you find otherwise.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•