Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
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)
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.
location.reload(true)
location.reload()
(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)
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences