Fixed Saving the signature uses XmlHttpRequest but then for some reason still reloads the page

Steffen

Well-known member
Affected version
2.0.5
Go to https://xenforo.com/community/account/signature and click "Save". The signature is saved using a an Ajax POST request. Then, after about 1.5 seconds, the whole page is reloaded with a GET request.

This behaviour seems strange. Why use an Ajax POST request in the first place if the whole page will be reloaded anyway? :)

Or am I missing something? I've tested in Chrome and Firefox.
 
Arguably it doesn't need to redirect, but AJAX is appropriate to ensure that errors are displayed without moving away from the page.
 
Back
Top Bottom