Closed
Bug 946404
Opened 12 years ago
Closed 11 years ago
Autocomplete suggestions don't show all available methods of an element
Categories
(DevTools :: Console, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 943496
People
(Reporter: jaws, Unassigned)
Details
Attachments
(1 file)
53.15 KB,
image/png
|
Details |
STR:
Open the Web Console on a page
Type in `document.body.`
ER:
See querySelector as an available method
AR:
No querySelector, only what is shown on the attachment. It looks like the methods it is showing come from the simple object prototype, not anything specific to an Element.
Reporter | ||
Comment 1•12 years ago
|
||
Seen on 03 Dec 2013 Nightly on Win7.
Comment 2•12 years ago
|
||
Thanks for the bug report!
Using today's fx-team build this is WFM. This bug should be fixed by bug 943496. Please get a build that includes that bug fix and let me know if you can still reproduce the problem. (should be in a newer nightly)
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•