Reply to thread

After some more digging: In the file "js/xf/core.js", two occurences of location.reload(true) were changed to location.reload() in XenForo 2.3. This is what triggers this bug.


(This could still be a Firefox bug. Firefox obviously tries to retain form data when calling location.reload() even though in this case the form element names do not even match. Somewhat related: https://bugzilla.mozilla.org/show_bug.cgi?id=1037721)


Back
Top Bottom