I have an ASP.Net web form that contains both text field fields and hidden fields. Hidden field values โโare dynamically changed using client-side JavaScript. Publishing a form, checking values, and redirecting to another page works as expected.
However, when I use the back-to-back button to display the previous page, I expect that so that all form fields are still filled with the values โโthat were published.
In IE and Firefox, this applies to both text and hidden input fields.
In Chrome, this is ONLY for text fields. The value of hidden fields is lost.
Is it true that when navigating in browser history, Chrome never updates the dynamic values โโof dynamically set hidden forms?
I put a small sample together to demonstrate the problem, and can provide, if necessary. I wanted to ask a question first to find out if this behavior is good and what I should accept.
google-chrome browser-history back-button
Andy McCluggage Oct 26 2018-10-26 16:42
source share