- 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
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.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
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..