Changes between Version 1 and Version 2 of Ticket #8085, comment 3
- Timestamp:
- 01/28/11 18:39:42 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8085, comment 3
v1 v2 1 The problem is that your input's do not have a name attribute. Chrome/Safari seems to try to save what you entered in to form fields when you go forward and back in the history. Because your inputs do not have name attributes its guessing which input field to put the m in, and not guessingcorrectly.1 The problem is that your input's do not have a name attribute. Chrome/Safari seems to try to save what you entered in to form fields when you go forward and back in the history. Because your inputs do not have name attributes its guessing which input field to put the values back in, and is guessing incorrectly. 2 2 3 3 Add name attributes to your fields and its all fixed:
