-
Notifications
You must be signed in to change notification settings - Fork 5k
Open
Labels
Status: In ProgressCore Team is working on the issue or pull requestCore Team is working on the issue or pull requestType: BugIssue contains a bug related to a specific component. Something about the component is not workingIssue contains a bug related to a specific component. Something about the component is not working
Description
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
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Status: In ProgressCore Team is working on the issue or pull requestCore Team is working on the issue or pull requestType: BugIssue contains a bug related to a specific component. Something about the component is not workingIssue contains a bug related to a specific component. Something about the component is not working