Related Pages: Message PopupsDialogs

Description

A popup is a small modal window which appears over the primary screen, designed to display important messages or collect information from the user.

Popups appear as a result of a user action, such as clicking a button, link, or a menu action.

Popups must be dismissed by the user before returning to the primary screen.

Disable Record Rule Confirmation Message.png

Types

Type

Usage

Example

Message Popups

Displaying warnings, error messages, and important information.

Popup.png

Dialogs

Collecting information from the user, or allowing them to make decisions.

image-20240118-113426.png

Usage & Behavior

General guidelines

Structure

A popup window consists of:

Popups appear over a semi-transparent black background with an opacity of 40%.

Placement and Positioning

Content

Interaction

Validations and errors

Transitions

Best practices

Use

Do not use

General

Accessibility compliance

Unless otherwise specified, see our general compliance information in Fundamentals - Accessibility.

Focus management

The tab index flow will follow the order displayed below. Shift + Tab will follow the reverse order.

Where there are more than two dialog buttons at the bottom of the popup, the focus order will be from right to left.

The focus style for elements within the header will be different to other LUX components due to the background fill color.

Popup.png

Responsive design

Verint products should support all devices down to the common tablet size (960px width). For general guidelines, see Fundamentals - Responsive design.

Examples at different screen sizes

Wide (1920px)

Standard (1366px)

Narrow (960px)

Review (example of selecting 'all' extensions) 1920.pngReview (example of selecting 'all' extensions) 1366.pngReview (example of selecting 'all' extensions) 960.png
Historical changes 8 1920.pngHistorical changes 8 1366.pngHistorical changes 8 960.png

Design

See Message Popups and Dialogs.

Code

See Message Popups and Dialogs.