- Status Researching
- Percent Complete
- Task Type Feature Request
- Category User Interface
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Very Low
- Reported Version 1.0 devel (github master)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Flyspray - The bug killer!
Opened by peterdd - 09.03.2015
Last edited by peterdd - 09.03.2015
Opened by peterdd - 09.03.2015
Last edited by peterdd - 09.03.2015
FS#1957 - automatic temporary storing while writing/editing task
If I write a task and press the back button in the brower and go forward again, my expection is that the
text I wrote is still existing, even if I didn't save it.
It is frustrating losing a well thought issue editing and having it to rewrite.
That's a browser feature, Chrome does it, i don't loosewhat's in textarea when going back and forth. Implementing that would require a ajax request sent to store the text wherever, maybe in the session or something like that
You are right.
Tested browsers keeping the input going back and forth:
Chrome
Opera 28
Tested browsers loosing the input going back and forth:
Firefox 36.0.1
IE 11
Maybe influenced by browser settings. Maybe influenced also by http headers. Maybe also some html form attributes exists for tweeking that?
Needs more research..