IE10 - Strange Form Submission Issue November 30, 2022 Post a Comment Please see the code snippet below: Solution 1: The problem (which is reproducible in IE 11, too) seems to be caused by a problem in event handling in IE: when you click on the submit button, the text input field first loses focus, so its onblur handler is triggered, causing a modal window to appear, and here IE somehow loses the information that the input button had been clicked on. If you replace alert e.g. by console.log, the problem does not occur. In your real code, you probably have something in the onblur event handler that makes some element or widget get focus, similarly resulting in IE losing track of what it was doing. Baca JugaShouldn't "x-ua-compatible Ie=edge" Header Override "display Intranet Sites In Compatibility View" In Ie10?How Do I Get A Html5 Video To Work Using Ie10Select All Or Highlight All Text In An Element Share You may like these postsDocument Mode In Ie 10Ie 10 Images Not Showing UpHow Do I Get A Html5 Video To Work Using Ie10Shouldn't "x-ua-compatible Ie=edge" Header Override "display Intranet Sites In Compatibility View" In Ie10? Post a Comment for "IE10 - Strange Form Submission Issue"
Post a Comment for "IE10 - Strange Form Submission Issue"