Let’s say I have a dialog that pops up to ask the user for some information. Since there is already a close button in the window corner to cancel input, should I add another “Cancel” button accomplishing the exact same function?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Users like it when the interface is clear and predictable. ‘Close’ importantly does not specify whether the user’s information will be saved or not.
I would suggest you give the user precisely 2 options – one that closes the box while accepting the user’s input (such as Submit) and one that closes and unambiguously ignores the user’s input (such as Cancel).