Closed
Bug 630101
Opened 15 years ago
Closed 13 years ago
"Empty string passed to getElementById" error in Web Console
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mmm, Unassigned)
References
Details
Open a new tab, open the Web Console.
Type . into the console.
An error is logged to the console with the text "Empty string passed to getElementById".
Comment 1•15 years ago
|
||
I see this on Windows too in tip of tree and beta 10.
This seems to depend upon bug 624311.
Comment 2•15 years ago
|
||
what is your homepage set to? What page opens when you open a new tab? about:blank or the default homepage?
thanks for the report, we'll look into it.
Comment 3•15 years ago
|
||
able to reproduce this with my home page set to about:blank.
Comment 4•15 years ago
|
||
(In reply to comment #3)
> able to reproduce this with my home page set to about:blank.
Sounds like this is a bug for the about:blank page - right?
Comment 5•15 years ago
|
||
(aside to Frank Yan, I think that bug is specific to that prerelease.html page)
I think we need to detect if we're on a blank page in our autocomplete code and not try to match any properties or methods if we're there. This isn't really a DOM problem.
Comment 6•13 years ago
|
||
This appears to have been fixed for awhile. Closing.
Status: NEW → RESOLVED
Closed: 13 years ago
Component: Developer Tools → Developer Tools: Console
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
•