Unplanned
Last Updated: 20 Nov 2025 08:29 by Richard
Richard
Created on: 20 Nov 2025 08:29
Category: Notification
Type: Bug Report
0
Notification is rendered behind popups

Bug report

When a Notification is rendered on the same page as popups (Window, Dialog, etc), it is displayed behind the popup.

Reproduction of the problem

  1. Open the Dojo examples - https://dojo.telerik.com/rvoPVbqK and https://dojo.telerik.com/mXdTrXpa

Current behavior

Notification is displayed behind the popups.

Expected/desired behavior

The Notification should be displayed on top of the popups

Workaround

 $('.k-notification').parents('.k-animation-container').css('z-index', 12500)

Dojo - https://dojo.telerik.com/TnVHKzQc

The issue is a regression starting with 2025.4.1111 version.

Environment

  • Kendo UI version: 2025.4.1111
  • Browser: [all ]
0 comments