Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Related Pages: Message PopupDialog


Lead:  Liav Nadler 

Status
colourYellow
titleongoing

Table of Contents

Description

A popup is a window that forces the user to interact with it before they can go back to using the parent application

Types

TypeUsageExampleFor more information
Message PopupsDisplay warnings, error messages and important information

Image Added

See Message Popup
DialogsCollect information from users or allowing them to make decisions

Image Added

See Dialog

Usage & Behaviour

General guidelines

Structure

  • A popup window may contain these elements:
    • A colored header, including a title and a close button (X)
    • A content area, which may contain text, inputs and controls
    • A primary action button
    • A secondary action button, if relevant
    • Other action buttons, if relevant
  • The popup header may contain a hard-coded text, a dynamic field or a combination of both
  • The popup appears over a semi-transparent background
  • The user cannot resize the width or height of a popup window

Positioning

  • The popup is centered horizontally on the screen
  • The popup will appear on appears at 3/4 height of the screen (TBD)
  • The user will be able to move the popup across the screen

...

  • A popup window should carry a limited amount of content. If the content you wish to display is too extensive consider using other patternsanother pattern
  • Avoid nested popups

Accessibility compliance

...