Closed
Bug 610402
Opened 14 years ago
Closed 2 years ago
Do not save form values if the form submission has been canceled or the form wasn't valid
Categories
(Toolkit :: Form Manager, defect)
Toolkit
Form Manager
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mounir, Unassigned)
Details
This is somewhat a follow-up from bug 598092.
Part of this might be fixed by bug 598092 with a dirty hack. We might want to change nsIFormSubmitObserver (and consumers) to make sure the values are saved only when the form is really submitted and not when the form is going to be submitted (IOW, save the values internally before the submission and in the database when the submission really occurs).
This should be done after Gecko 2.0 / Firefox 4.0.
Comment 1•2 years ago
|
||
We can not reliably tell if "submit" happened or not. Forms can gather data and send it over own HTTP request.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•