Meta-PokéBase Q&A
11 votes
1,500 views

Other sites do it, so why don't we?

by
Isn't it just common sense not to close the tab mid-edit?
Accidents happen. If they didn't, why does almost every other site have stuff like that?
I'm pretty sure either trachy/ninja asked this before but still, good suggestion.
Bump filler
Bump part 2
Tip: If you're using chrome, add this to it and it will remember all the text from an answer:
https://chromewebstore.google.com/detail/form-saver/gcghnngjnejahhomknolenehfhfbijjh?hl=en

Tip 2: Before you start typing your answer, paste this into your Console:
window.addEventListener('beforeunload', (event) => { event.preventDefault(); event.returnValue = ''; });
This will temporarily create a warning that says the changes you made may not be saved.

1 Answer

2 votes
 
Best answer

This has been asked before, and will definitely be done at some point. I'm now the main developer for the Q2A software that we use here and this will get added in the next version, hopefully in the next few months.

by
selected by
Thanks.