Closed
Bug 201196
Opened 22 years ago
Closed 22 years ago
Mozilla shows JavaScript warning "reference to undefined property document.getAnonymousNodes(this)[1]" on spawning a new Navigator window
Categories
(Core :: XUL, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: bugmail, Assigned: jag+mozilla)
Details
Every time a new Navigator window is opened using FizzillaMach/2003040103 shows
9 JavaScript warnings about a "reference to undefined property
document.getAnonymousNodes(this)[1]".
![]() |
||
Comment 1•22 years ago
|
||
What's the file and linenumber for those?
The JS Console doesn't show any Source File, and it shows Line 1 (which I
presume is meaningless).
An lxr search through SeaMonkey for "document.getAnonymousNodes(this)[1]" was
fruitless.
![]() |
||
Comment 3•22 years ago
|
||
That's because you didn't escape the '(', ')', '[', and ']' in your search...
See
http://lxr.mozilla.org/seamonkey/search?string=getAnonymousNodes%5C%28this%5C%29%5C%5B1
Looks like this is the one in tabbrowser?
Hm, actually, this only happens using the Pinstripe theme.
INVALID, then.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•