Closed
Bug 207312
Opened 22 years ago
Closed 22 years ago
Forms in frames don't remember values
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla1.4final
People
(Reporter: jag+mozilla, Assigned: jag+mozilla)
References
Details
(Keywords: regression, Whiteboard: [adt1][ETA needed] [works: 2002-04-11, broken: 2002-04-d on trunk by bug 203960, need patch for 1.4branch18] Fixe)
Attachments
(3 files)
56 bytes,
text/html
|
Details | |
234 bytes,
text/html
|
Details | |
34.31 KB,
patch
|
jag+mozilla
:
review+
jag+mozilla
:
superreview+
asa
:
approval1.4+
|
Details | Diff | Splinter Review |
Reassign as needed.
When you fill in a form in a page, go to another page, then hit the back button,
the values you filled in / changes you made should be restored.
If you do the same for a form in a frame, the values are lost.
Attaching testcase.
Assignee | ||
Comment 1•22 years ago
|
||
Assignee | ||
Comment 2•22 years ago
|
||
Assignee | ||
Comment 3•22 years ago
|
||
Steps to reproduce:
1) load attachment 124326 [details]
2) type something in both text fields (though one should suffice)
3) go to another page or hit back to go to this page
4) hit back (or forward) to go back to the attachment
Result:
the text fields are empty
Expected result:
the text fields (still) have what you typed
To verify nothing funny is going on, try the above with attachment 124325 [details] (just
the frame) and see how the above steps do give the expected result.
Comment 4•22 years ago
|
||
this isn't a problem in ns7.02, but turns out it's a regression on the trunk
from over a year ago. looking at commercial linux builds, it worked in
2002.04.08.08 but is broken in 2002.04.18.14.
Updated•22 years ago
|
Keywords: regression
John, Radha, any ideas? I think this is pretty major and we should fix this.
Comment 6•22 years ago
|
||
adt: nsbeta1+/adt1
Please add an ETA indicating when this is expected to land on the 1.4 branch.
Thanks.
Updated•22 years ago
|
Flags: blocking1.4?
Target Milestone: --- → mozilla1.4final
Comment 7•22 years ago
|
||
Hmm, this WORKSFORME (todays commercial trunk build, Win2k). Am I missing
something obvious?
Assignee | ||
Comment 8•22 years ago
|
||
Oddness. Let me find out when (and how) this got fixed.
Comment 9•22 years ago
|
||
Ok, it appears that jag's fix for bug 203960 fixed this on the trunk. Over to
him for possibly fixing this on the branch as well.
Assignee: dom_bugs → jaggernaut
Assignee | ||
Comment 10•22 years ago
|
||
Yep, my patch for 203960 fixed this too.
Assignee | ||
Comment 11•22 years ago
|
||
Assignee | ||
Comment 12•22 years ago
|
||
Comment on attachment 124850 [details] [diff] [review]
Correctly save state (forms, scroll position) when a document is being torn down
r=jkeiser,adamlock,varga
sr=jst,hewitt
Carried forward from bug 203960.
Attachment #124850 -
Flags: superreview+
Attachment #124850 -
Flags: review+
Attachment #124850 -
Flags: approval1.4?
Assignee | ||
Updated•22 years ago
|
Whiteboard: [adt1][ETA needed] → [adt1][ETA needed] Fixed on trunk by bug 203960, need patch for 1.4branch
Comment 13•22 years ago
|
||
From looking at this patch, again, I'd say it's safe to take. Most of the
changes here are moving code around, the real changes are really small, and as
far as I can tell, safe. These changes have been on the trunk for several days
now, and no problems have been reported.
Comment 14•22 years ago
|
||
Do we know what regressed this and whether or not there's a simpler fix?
Comment 15•22 years ago
|
||
Per jag's request: For builds that I still have around, the testcase
in comment #3 works with a win32 build of 2002-04-11-06-trunk, but
does not work with a (gmake) build of 2002-04-23-08-trunk. So that
narrows the window on the trunk somewhat. Sorry I don't have any more
builds on the trunk during that period of time.
Comment 16•22 years ago
|
||
It's also broken in 0416 builds so that closes the window a bit more.
Assignee | ||
Updated•22 years ago
|
Whiteboard: [adt1][ETA needed] Fixed on trunk by bug 203960, need patch for 1.4branch → [adt1][ETA needed] [works: 2002-04-11, broken: 2002-04-16] Fixed on trunk by bug 203960, need patch for 1.4branch
Comment 17•22 years ago
|
||
oops, ignore me. I was looking at the wrong year.
Assignee | ||
Updated•22 years ago
|
Whiteboard: [adt1][ETA needed] [works: 2002-04-11, broken: 2002-04-16] Fixed on trunk by bug 203960, need patch for 1.4branch → [adt1][ETA needed] [works: 2002-04-11, broken: 2002-04-18] Fixed on trunk by bug 203960, need patch for 1.4branch
Comment 18•22 years ago
|
||
a=adt. Please land on branch and add fixed1.4 keyword.
Whiteboard: [adt1][ETA needed] [works: 2002-04-11, broken: 2002-04-18] Fixed on trunk by bug 203960, need patch for 1.4branch → [adt1][ETA needed] [works: 2002-04-11, broken: 2002-04-d on trunk by bug 203960, need patch for 1.4branch18] Fixe
Comment 19•22 years ago
|
||
Comment on attachment 124850 [details] [diff] [review]
Correctly save state (forms, scroll position) when a document is being torn down
a=asa (on behalf of drivers) for checkin to the 1.4 branch.
Attachment #124850 -
Flags: approval1.4? → approval1.4+
Assignee | ||
Comment 20•22 years ago
|
||
Checked in on 1.4branch.
Updated•22 years ago
|
Flags: blocking1.4?
You need to log in
before you can comment on or make changes to this bug.
Description
•