I am doing a web application and notice one thing that happens only in Firefox.
I have a form. I am able to enter a string in an input field.
If I position my mouse in the address bar and hit the enter key, the field shows its original value (blank or an existing value). However, if I enter a new value in the field, and then, without submiting the form, click the page reload button (in the right-side of the address bar), the new value shows there (not the original value).
This does not happen in IE or Chrome that I tested.
Does anyone know why?
Thanks and regards.