Does IE11 treat every input button on web page as submit button?
While doing testing for IE11 for our websites, users are reporting that hitting enter key while on any Page causes an action equivalent to some button click on the Page. We are thinking that button that loads first in the DOM cycle is what causes click event trigger on enter key press on Page. Seems like IE11 takes all buttons as Submit button?
Can someone share if you have similar observation. What is best way to handle this?
-http://lrathi.blogspot.com