Closed
Bug 11960
Opened 26 years ago
Closed 26 years ago
window.location.href broken
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: dbaron, Assigned: vidur)
Details
Attachments
(1 file)
322 bytes,
text/html
|
Details |
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.)
Reporter | ||
Comment 1•26 years ago
|
||
Reporter | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•26 years ago
|
||
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 ***
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Marking verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•