Closed
Bug 140899
Opened 24 years ago
Closed 23 years ago
Page Info does not display Links or Media information.
Categories
(SeaMonkey :: Page Info, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 170143
People
(Reporter: jammer, Assigned: db48x)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0rc1) Gecko/20020417
BuildID: 2002041711
The Page Info function displays no information about the links or the images on
this page.
Reproducible: Always
Steps to Reproduce:
1.View->Page Info
2.Select Links or Media
Actual Results: Blank fields display no Links or Media information.
Expected Results: Should see list of all links on page and image/icon information.
Broken in 0.9.9 also. Equivalent function worked in v0.9.8
Comment 1•24 years ago
|
||
wfm 2002042423 on linux
| Assignee | ||
Comment 2•24 years ago
|
||
Jeremy, do you see any errors in the JS Console when you experience this problem?
I see this in a cvs build on linux, with js errors:
link page:
Error: aDocument.hasAttributeNS is not a function
Source File: chrome://navigator/content/pageInfo.js
Line: 510
Error: uncaught exception: [Exception... "'[JavaScript Error:
"aDocument.hasAttributeNS is not a function" {file:
"chrome://navigator/content/pageInfo.js" line: 510}]' when calling method:
[nsIDOMNodeFilter::acceptNode]" nsresult: "0x80570021
(NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame ::
chrome://navigator/content/pageInfo.js :: grabAllXLinks :: line 521" data: yes]
media page:
Error: elem.nodeName has no properties
Source File: chrome://navigator/content/pageInfo.js
Line: 559
OS: Windows NT → All
Similar to Comment #3, I get these three error messages in a "clean" JS Console
when loading the web-page. (This is under WinNT)
-----------------------------------------------------
Error: aDocument.hasAttributeNS is not a function
Source File: chrome://navigator/content/pageInfo.js
Line: 505
-----------------------------------------------------
Error: uncaught exception: [Exception... "'[JavaScript Error:
"aDocument.hasAttributeNS is not a function" {file:
"chrome://navigator/content/pageInfo.js" line: 505}]' when calling method:
[nsIDOMNodeFilter::acceptNode]" nsresult: "0x80570021
(NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame ::
chrome://navigator/content/pageInfo.js :: grabAllXLinks :: line 516" data: yes]
-----------------------------------------------------
Error: elem.nodeName has no properties
Source File: chrome://navigator/content/pageInfo.js
Line: 554
-----------------------------------------------------
Comment 5•24 years ago
|
||
Confirming using 2002043003/trunk/Win2K with same JS error.
Error in JS looks same as error in comment #1 of bug 136539.
Daniel: All these bugs about nothing shown in Media Tab and crashes on Page Info
are IMHO related to Java applets.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 6•24 years ago
|
||
When Java is enabled, the DOM model for <APPLET> is completely broken. Bug
#59686 and others.
Comment 7•23 years ago
|
||
In build 2002092108 Win2K, when I open Page Info I see (it happens even for
Mozilla home page):
Error: elem.nodeName has no properties
Source File: chrome://navigator/content/pageInfo.js
Line is different for different tabs: 319 (Forms), 470 (Links), 633 (Media)
Comment 8•23 years ago
|
||
Mikhail: see bug 170143 (it's reason of JS error).
| Assignee | ||
Comment 9•23 years ago
|
||
dup
*** This bug has been marked as a duplicate of 170143 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•