Closed
Bug 33311
Opened 25 years ago
Closed 25 years ago
history.go(0) doesn't reload page as expected
Categories
(Core :: DOM: Navigation, defect, P3)
Tracking
()
People
(Reporter: marshall, Assigned: radha)
References
Details
When I use history.go(0); in IE the document reloads.
when I use history.go(0); in mozilla, the web shells seem to reload (the
WebShell += messages appear in the console) but the javascript keeps its state
(I have some moving divs and they didn't go back to their origional positions)
location.reload(true); is a work around that I'm using.
Comment 1•25 years ago
|
||
--> History
Assignee: rogerl → radha
Component: Javascript Engine → History
QA Contact: rginda → claudius
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Updated•25 years ago
|
Target Milestone: --- → M18
| Assignee | ||
Comment 3•25 years ago
|
||
*** This bug has been marked as a duplicate of 30030 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Comment 4•25 years ago
|
||
wrong dupe bug #
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
| Assignee | ||
Comment 5•25 years ago
|
||
same problem as 20283 where history.go() is not wired to nsISessionHistory.
*** This bug has been marked as a duplicate of 20283 ***
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → DUPLICATE
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
•