(Re: IE10 Feedback item 788391)
I'm working on a web product with legacy controls requiring quirks mode to display and work as originally intended
In IE10, in IE5 Quirks Mode, elements of the front end navigation no longer work
Have discovered that a Submit button in a Form with click handler attached via attribute in format onclick = "doSomething(); return false", does not call the handler when clicked (please ignore for the moment the question 'Why on earth do it like this?').
If I place the button outside of the Form and click, the handler is called
Have raised this in Feedback item 788391 and attached an html file that demonstrates the problem but have not received any feedback
Wondered if anyone else has seen this problem or maybe can see that I'm missing a point somewhere along the line?