TASVideos / tasvideos

The code for the live TASVideos website
https://tasvideos.org/
GNU General Public License v3.0
62 stars 29 forks source link

Going back to the submission form page only restores the first author #1716

Closed g0goTAS closed 8 months ago

g0goTAS commented 8 months ago

https://www.youtube.com/watch?v=P1tc8qjS7LU

Masterjun3 commented 8 months ago

This is browser behavior we can't affect. We don't actually support restoration of fields. More importantly, a page is not allowed to be cached if there's a submittable form on it, because of antiforgery stuff.

We currently have a manual restoration feature for submission texts and posts and so on, but not for other fields. Closing this as wontfix.