Closed Bug 11960 Opened 25 years ago Closed 25 years ago

window.location.href broken

Categories

(Core :: DOM: Core & HTML, defect, P3)

x86
Linux
defect

Tracking

()

VERIFIED DUPLICATE of bug 11577

People

(Reporter: dbaron, Assigned: vidur)

Details

Attachments

(1 file)

Accessing (reading) window.location.href halts JS execution.  The following
code:

dump("window.location.href is:\n");
dump(window.location.href + "\n");
dump("...done.\n");

Prints:

window.location.href is:

Tested on 1999-08-14-08-M9 linux viewer.  Simplification of problem seen in
viewer and apprunner (including on previous days).

This bug is preventing my demos from working on M9 - I think I need an absolute
URL for RDF stuff, although I'll try checking again if I can get away with a
relative one.

Will these "halts" become exceptions someday???

(I couldn't find a dup on this - I did look, and I expected to find one.)
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
The disadvantages of using a build that's almost two days old... I forgot to
look for RESOLVED dups.

*** This bug has been marked as a duplicate of 11577 ***
Status: RESOLVED → VERIFIED
Marking verified.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: