-
Notifications
You must be signed in to change notification settings - Fork 725
Accidental navigation back (backspace) too easy - none of the entered text is remembered neither #563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Your second proposed solution should already be implemented, sounds like something might have broken it? |
When editing an already existing file that is tru but when creating a new one it's not. That issue is regarding the |
May be (if not already used) : https://github.com/simsalabim/sisyphus |
@antitoxic We've already implemented |
I just got bit by the new file problem. Steps to reproduce:
I had hoped the changes would be recoverable, but couldn't find a way to recover what I had typed. |
Another recommendation is adding a |
I don't actually know if |
+1 on this. happened to me today |
Hello and thank you for this issue report. There have been several point releases in Prose since this issue was opened and there has not been much discussion here. I wanted to ask if you could please assist in confirming this is still an issue in the latest version of the product. If it is fixed, please close this issue :-) Also, if possible could you please
Since this project is looking for new maintainers (#743), it will be helpful if users can double check the old issues and delete ones that are fixed. This will be super helpful for the new team that works on moving this project forward. I'm sorry this message is impersonal. And thanks for your help! |
I use http://prose.io as an editor and the i love the interface.
One thing however is a big issue for a editor application.
Having the website is js powered (all urls and nav), when a user looses focus on textarea and presses
backspace
the browser Back navigation is triggeredWhen I try going forward (after a dose of
doh!
) my texteditor is empty or have discarded any changes that i havent saved.Textarea looses focus most often on navigating back and forward from metadata to text editing and other panels.
I can think of 2 solutions:
The text was updated successfully, but these errors were encountered: