Are popup dialogs a good thing as far as web application usability is concerned? I know they break the back button. Are they worth using or should they be used only when you cant avoid?
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.
If you are talking about window popups then sure they are considered bad usabiltiy practice. A user feels that he is about to view an advertisement and closes it all sudden. Also it doesnt falls into seamless view of site. Popups are sure a distraction we have currently been working on a project where we use Lightbox modalbox from jQuery to avoid usage of popups which have been very well recieved by users. See
http://colorpowered.com/colorbox/ for examples of Lightboxes.
I always like to read http://www.useit.com/alertbox/990530.html for usability concerns.