Logging in to a website is one example where you could have a modal interaction. From any page you could sign in, complete the form, then get back to your task.
- Make sure that modal windows are accessible to users with disabilities.
- Can be used to draw attention to vital pieces of information and calls to action.
- Can be used to block the application flow until the user enters the required information to continue.
- The can serve as a notice or warning that the effects of the current action are not reversible, e.g. "..the files will be permanently deleted".
- Include a clear visible title on the modal window that matches the button text on the main application window they clicked.
- Offer a high contrast close button in the top corner.
- On desktop computers allow users to cancel the modal window with the esc (escape) key.
- Avoid scrolling in modal windows.
- Don't make the modal too wide or tall so that it's partially obstructed to the viewer.
- Modal windows can be effective but can also frustrate users when done wrong or over used.
No comments:
Post a Comment