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)

1.9.2 Branch
x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: brille1, Unassigned)

Details

Attachments

(1 file)

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
I can't reproduce this behaviour on Mac nightlies.
Actually, I can when I use the JS Error Console as described, as opposed to the per-window JS console.
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.

Attachment

General

Creator:
Created:
Updated:
Size: