ferrogps.blogg.se

Firefox 40.0.3 turn off reload tabs
Firefox 40.0.3 turn off reload tabs







  1. Firefox 40.0.3 turn off reload tabs upgrade#
  2. Firefox 40.0.3 turn off reload tabs code#

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.

firefox 40.0.3 turn off reload tabs

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

firefox 40.0.3 turn off reload tabs

  • Click the button and notice that two asynchronous (xhr) post-backs are sent (use the Net tab in F12 browser developer tools to see them).
  • In the ASP.NET client-side pageLoad event convenience function (use jQuery DOM ready if you prefer) wrap the form element in a newly created div element using jQuery.
  • Take a plain ASP.NET Web Form with a single UpdatePanel and Button.








  • Firefox 40.0.3 turn off reload tabs