搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Some fields value goes missing while hitting backspace

  • 2 回覆
  • 3 有這個問題
  • 4 次檢視
  • 最近回覆由 souvit

more options

While hitting backspace on a page the previous page that opens does not hold all the data that was filled in. Some of the field values goes missing. I think it is a browser cache problem. The browser should always rememeber the field values while reloading a page. In some of the cases it does not(specially when backspace is being pressed). Is there any suggestion? Please help me out.

While hitting backspace on a page the previous page that opens does not hold all the data that was filled in. Some of the field values goes missing. I think it is a browser cache problem. The browser should always rememeber the field values while reloading a page. In some of the cases it does not(specially when backspace is being pressed). Is there any suggestion? Please help me out.

所有回覆 (2)

more options

I've run into this same problem and would also like to know if there is a workaround or solution. ... When developing some forms (especially where there are fields/ui components manipulated via JavaScript) after submitting the form, going to the next page, and then hitting backspace where the form is shown from the browser's cache some of the form data that was present when the form was submitted is no longer present.

more options

Hey.. I have encountered the same problem too. Actually if I have some text field elements and if we implement some kind of Javascript or Jquery validation on it and then after moving to next page when we press backspace we do not get previous input values in the previous page. Not only that some times if we do not implement any validation still the values lost while coming back to the previous page by pressing backspace or browser back button. Any suggestion please..