Currently viewing the tag: "IE6"
Found this fun bug in IE6 today. If you have a text input and submit input unassociated with a form, then submitting the text input (by hitting return or enter when focused) will cause a click event on the submit input. The solution is simple and intuitive: eliminate unassociated submit inputs and submit buttons. <!DOCTYPE [...]