#19479·primeng

Toast clear all issue

Author: IksvihiiCreated Mar 17, 2026Updated Sep 14, 2026
LabelsType: BugResolution: StaleStatus: In Progress

Describe the bug

When the clearAll method of the Toast component is called from the MessageService, if you hover over a toast that is disappearing during the animation, the toast becomes fully visible again.

Pull Request Link

https://github.com/primefaces/primeng/pull/19478

Reproducer

https://stackblitz.com/edit/stackblitz-starters-5h2wokun?file=package-lock.json

Angular version

21.1.0

PrimeNG version

v21

Steps to reproduce the behavior

  • show a toast
  • click on clear all button
  • move your mouse over the first toast disappearing

Expected behavior

When a clearAll method is called, all toasts should disappear completely, with no possibility of redisplaying them, even by hovering over them again.