IE DOM Lost Form Cache
Another nitpicky issue I have with IE. Whenever you use DOM to manipulate form fields, IE loses the form field's cache value. So if you play with DOM and have users with back buttons, prepare for grief.
Update 04/02/2006: I found a similar problem in Firefox. It is triggered by a more complex example involving tables and new form fields.


Leave a comment