Modal

Continuing setup on another page and/or modal a bad practice?

Continuing setup on another page and/or modal a bad practice?
  1. Are modals bad for accessibility?
  2. Should I use modal or new page?
  3. Why avoid modals?
  4. Is it acceptable to open a modal popup on top of another modal popup?

Are modals bad for accessibility?

The accessibility issue with modals

While visually everything is clear and mouse or touch users are perfectly able to interact with a modal dialog, keyboard users and assistive technology users may face a huge barrier. They could even be unaware a modal dialog is displayed on the page.

Should I use modal or new page?

Modals are a good fit if your users often switch between products and the interactions are limited. New page is a good fit if the interactions are various and somewhat complex, but you do not ease switching to other projects.

Why avoid modals?

Avoid modal dialogs for complex decision making that requires additional sources of information unavailable in the modal. Modal dialogs should be used for short, direct dialogs with the user.

Is it acceptable to open a modal popup on top of another modal popup?

Using a modal on top of another modal is a big red flag that something broke down in your workflow. If your workflow requires a second modal, you probably have some bigger issues with complexity within your modal. Remember: some of the best use cases for modals are focused, simple content.

What user experience principles do website developers use to determine how to create a homepage in general?
What are the 4 principles of web design? What are the 4 principles of web design?Space: In web design, this is often referred to as "white space," o...
Help with naming a certain tag on screens
How do you add tags in pages?How do you change the name of a tag on a Mac?How do you use tags?How do I use tags in Mac Finder? How do you add tags i...
Changing content based off a selection without using progressive disclosure
What is progressive disclosure technique?What is progressive level of disclosure?What are the benefits of progressive disclosure? What is progressiv...