stopPropagation and preventDefault events do not work on mousedown events for form in inputs in IE7 & IE8
Greetings,
See this jsFiddle: http://jsfiddle.net/RvvjX/11/.
Internet Explorer 7 & 8 (and apparently 5&6) do not prevent defaults on form inputs and text areas. I don't expect jQuery to fix the browser in this circumstance, but I would expect the stopPropagation documentation to advise of this reality. Can this be added to the stopProp page? The discussion thread of the documentation page was closed 2 years ago...