Closed
Bug 259536
Opened 21 years ago
Closed 21 years ago
navigator.language returns empty string in with FireFox 1.0PR
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 259273
People
(Reporter: simone, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20040913 Firefox/0.10
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20040913 Firefox/0.10
With FireFox 1.0PR javascript language recognition stops to work
the navigator.language property returns "" instead of "en" or whatever it should
return.
Reproducible: Always
Steps to Reproduce:
Make a webpage with this code inside:
<script>
var sLang = navigator.language;
document.write("navigator.language =" + sLang+"<br>");
</script>
Actual Results:
In FireFox 1.0PR it displays
navigator.language =
Expected Results:
While in previous release (like 0.9) it returns
navigator.language = en
| Reporter | ||
Updated•21 years ago
|
Summary: navigator.language returns empty string in with FireFox 10.0PR → navigator.language returns empty string in with FireFox 1.0PR
Comment 1•21 years ago
|
||
same here with 1.0PR on mac os x.
Comment 2•21 years ago
|
||
test-URL: <http://gemal.dk/browserspy/language.html>
Updated•21 years ago
|
Assignee: general → general
Component: JavaScript Engine → DOM: Level 0
QA Contact: pschwartau → ian
Comment 3•21 years ago
|
||
Patch in hand in bug 259273
*** This bug has been marked as a duplicate of 259273 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•