Tagged Questions
3
votes
2answers
155 views
Confirmation styles: Dialog window vs. two stage/dropdown buttons
To better illustrate my question, here's a quick example.
When the user is attempting an action that would typically require some sort of confirmation (such as deleting a record) would it be ...
1
vote
3answers
390 views
Confirmation message when closing a lightbox / modal box
A feature of a website I'm designing requires the user to perform various steps inside a "lightbox" / modal box. This is a requirement, I cannot embed the process inside the main layout.
I don't want ...
16
votes
6answers
651 views
Solving the “accidental confirm” problem with dialog boxes
The scenario is all too common: An application brings up a dialog box while you are typing, and you hit the space key before you even realize what's happening. The dialog is gone and you have no clue ...
3
votes
4answers
377 views
What is the best acknowledge UI?
What is the best acknowledge UI? Ie. confirmation by the user.
1) A simple checkbox on a form
or
2) A pop-up with a message and OK/Cancel buttons
16
votes
9answers
473 views
Should alert boxes be avoided at any cost?
Thanks to Gabriel Svennerberg and Sam K for this one - raised in a comment here.
I was fairly casual about alert boxes until a run of user tests where an alert box was put up to warn learners that ...