Closed
Bug 189824
Opened 23 years ago
Closed 23 years ago
Mozilla should save DOM tree state for history
Categories
(Core :: DOM: Navigation, enhancement)
Core
DOM: Navigation
Tracking
()
People
(Reporter: jesse.houwing, Assigned: radha)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021212
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021212
Currently Mozilla remembers form values when hitting back and forward in the
browser. DOM stae isn't remembered though. So if the website had altered a
certain table row to be hidden programmatically, it will be visible when you hit
back.
I have found no way around this yet. It's my opinion that Mozilla should save
the status of all the objects in the DOM tree.
Reproducible: Always
Steps to Reproduce:
Comment 1•23 years ago
|
||
i think it's the same as bug 38486, although that one is for performance
reasons, not for restoring forms.
| Reporter | ||
Comment 2•23 years ago
|
||
It's the same alright... coudn't find it before :) BTW, this sin't all about
forms. Many DHTML pages get screwed up completely when you hit back, because
they rely on form data to show certain stuff, or just show a whole bunch of
stuff you had just closed 2 minutes before.
*** This bug has been marked as a duplicate of 38486 ***
Status: NEW → RESOLVED
Closed: 23 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
•