Tagged Questions
5
votes
5answers
266 views
What is the best method to undo an action?
Imagine for the sake of simplicity I have a web app to-do list, where each item is a line and has a check mark near it. When the user clicks the check mark, the task is then "done" and the line fades ...
2
votes
5answers
246 views
How to protect a user from accidentally deleting/redacting when Undo isn't available yet?
The next release of our [edit: java] application will allow users to delete and redact text that they've selected, based on right clicking and choosing one of those options. Unfortunately, we haven't ...