Closed
Bug 42723
Opened 25 years ago
Closed 25 years ago
location.replace() does not work
Categories
(Core :: DOM: Navigation, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: mozilla, Assigned: radha)
References
Details
Attachments
(1 file)
|
312 bytes,
text/html
|
Details |
location.replace() is supposed to redirect without leaving the page in the
session history. This does not work on Mozilla. The page containing the
location.replace still exists in the browser history after the replace has taken
place.
Build: 2000061320
| Reporter | ||
Comment 1•25 years ago
|
||
Further testing shows that pages that use document.location = "http://foo.bar/"
*do not* get put into the session history. It's like someone prgrammed the two
functions backwards.
Comment 2•25 years ago
|
||
Browser, not JS Engine. Not sure if this is for History,
so sending to Browser-General for disposition -
Assignee: rogerl → asa
Component: Javascript Engine → Browser-General
QA Contact: pschwartau → doronr
Comment 3•25 years ago
|
||
history.
Assignee: asa → radha
Component: Browser-General → History
QA Contact: doronr → claudius
| Assignee | ||
Comment 4•25 years ago
|
||
rick, another JS history/Session History hookup case
| Assignee | ||
Comment 5•25 years ago
|
||
This is now fixed with checkins done for beta2
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 6•25 years ago
|
||
Comment 7•25 years ago
|
||
confirmed fix using 2000092608 on Win2000
Comment 8•25 years ago
|
||
Works for Me
Platform: PC
OS: Windows 98
Mozilla Version: 2000100508
Marking as Verified
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 9•23 years ago
|
||
Mass removing self from CC list.
| Reporter | ||
Comment 10•23 years ago
|
||
Now I feel sumb because I have to add back. Sorry for the spam.
Component: History: Session → Document Navigation
QA Contact: claudius → docshell
You need to log in
before you can comment on or make changes to this bug.
Description
•