Closed Bug 30450 Opened 25 years ago Closed 25 years ago

Navigator.useragent properties are incorrect

Categories

(SeaMonkey :: General, defect, P3)

x86
Windows 98
defect

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 29925

People

(Reporter: steveme, Assigned: cbegle)

References

()

Details

I used the following HTML to extract various info from mozilla, and noted that
'useragent' is incorrectly reported as M13, it should be M14, and that my locale
is incorrectly reported as en-US, i've using en-GB

expected result:

navigator.appVersion=5.0 (windows,en-GB)
Navigator.platform= Windows
Navigator.userAgent=Mozilla/5.0 (Windows; N; Win98; en-GB)Mozilla/m14


actual result:
navigator.appVersion=5.0 (Windows,en-US)
Navigator.platform= Windows
Navigator.userAgent=Mozilla/5.0 (Windows; N; Win98; en-US)Mozilla/m13

                                                       ^           ^
                                                     wrong       wrong


HTML follows:
<html>
<head>
<title>Test Page</title>
</head>
<body >
<form name="workform">
<SCRIPT LANGUAGE="JavaScript1.1">
document.writeln("<h3>");
document.writeln("Navigator Properties");
document.writeln("</h3>");
document.writeln("navigator.appVersion = ");
document.writeln(window.navigator.appVersion);
document.writeln("<br>");
document.writeln("Navigator.platform = ");
document.writeln(window.navigator.platform);
document.writeln("<br>");
document.writeln("Navigator.userAgent = ");
document.writeln(window.navigator.userAgent);
document.writeln("<br>");
</SCRIPT>
</form>
</body>
</html>
Duplicate of bug #29925
Merking Duplicate of 29925 which states that the next set of release candidates 
will have the correct user agent.

*** This bug has been marked as a duplicate of 29925 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
yup verified dupe
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.