Closed
Bug 609854
Opened 15 years ago
Closed 10 years ago
iterating over the Navigator object triggers a javascript exception 0x80004005
Categories
(Core :: DOM: Geolocation, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: brille1, Unassigned)
Details
Attachments
(1 file)
|
72.41 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8
Executing following simple standard code line, executed in JavaScript Error Console crashes:
var s=""; for (i in navigator) s+=i + ": " + navigator[i] + "\r\n"; alert(s);
Reproducible: Always
Steps to Reproduce:
see above
Actual Results:
see screenshot
Expected Results:
The above code should execute flawlessly and without error.
Attachment #488436 -
Attachment description: Shows exception raised by JavaScript code. → Exception raised by JavaScript code.
Component: General → Geolocation
Product: Firefox → Core
QA Contact: general → geolocation
Summary: JavaScript: Navigator object crashes with exception 0x80004005 → iterating over the Navigator object triggers a javascript exception 0x80004005
Version: unspecified → 1.9.2 Branch
Comment 2•14 years ago
|
||
I can't reproduce this behaviour on Mac nightlies.
Comment 3•14 years ago
|
||
Actually, I can when I use the JS Error Console as described, as opposed to the per-window JS console.
Updated•13 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Tried in JS error console on my m-c build on mac, no crash.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•