
Firefox 40.0.3 turn off reload tabs upgrade#
I found that if I upgrade jQuery to 1.9.0, the problem goes away.
Firefox 40.0.3 turn off reload tabs code#
So, as often happens, in the process of putting together a proper question with as complete and concise demonstration code as possible, I believe I found the answer. jPanelMenu) wrap the entire contents of the body tag (or most of them) in a div to ensure a relatively-positioned ancestor. Why does this matter/why do I care? Many jQuery plugins (e.g.

in static HTML) it works fine (no double-postback.) Now notice that if you comment out the jQuery line and uncomment the DOM-only line, only one postback is sent.Īlso, if you wrap the form tag in the div prior to page load (i.e. I was able to reproduce this in Firefox 40.0.3, Chrome. (I am using a plain web.config file targeting. (document.createElement("div"), document.forms).appendChild(document.forms) Here is some sample code to reproduce the issue: ĭouble async postback when form element wrapped in new div after page load

