I am trying to find a workaround for a button error in Safari / Chrome (the browser puts dummy data in fields where they do not belong). I was not lucky, and it seems that by this time there should be a good solution (I see posts about this, starting in 2009, but without a good solution).
In this example: http://jsfiddle.net/eGutT/13/
you can see that on the initial page load everything is in order. However, by clicking the link, clicking the "Back" button in the browser, the values ββapply to invalid fields. Please use Safari or Chrome for testing. It works fine on Firefox.
This is a very serious problem, especially when:
- The user goes to the back button and this error occurs
- User does not notice dummy data
- User makes some unrelated form changes (in another unaffected field)
- User Submits Form
Now you are left with a situation where dummy data is tied to a database!
By the way, this problem may be related to jQuery, since if you uncomment this line in the example:
updateRowNums();
no additional / dummy data is entered.
Thanks Galen
Galen source share