Closed
Bug 137732
Opened 23 years ago
Closed 23 years ago
Navigator.appName seems not working
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: xenedon, Assigned: rogerl)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.9) Gecko/20020311
BuildID: 2002031104
Navigator.appName property produce "Netscape" instead of "Mozilla"
Reproducible: Always
Steps to Reproduce:
1.main menu : Debug > Verification > Javascript
2.select 'Navigator' in left frame
3.click on 'appName' test case
Actual Results: appName > "Netscape"
Expected Results: appName > "Mozilla"
I experience this bug with both win98 and win2000pro.
Other bug appear (2 times per mozilla window opening), an error message in
javascript console :
"Error: redeclaration of const hide
Source file : chrome://wallet/content/walletOverlay.js"
But I don't know if both bugs are linked ...
![]() |
||
Comment 1•23 years ago
|
||
This is the correct behavior, as designed. See the bug this is a duplicate of
for the reasons.
*** This bug has been marked as a duplicate of 61071 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
vrfy dupe
Status: RESOLVED → VERIFIED
Component: JavaScript Engine → DOM Level 0
QA Contact: pschwartau → desale
You need to log in
before you can comment on or make changes to this bug.
Description
•