kendo-ui-core icon indicating copy to clipboard operation
kendo-ui-core copied to clipboard

Hide event is fired multiple times when "appendTo" is configured in Notification

Open motkov01500 opened this issue 3 years ago • 0 comments

Bug report

When there is "appendTo" in the Notification, the hide event fires multiple times.

Reproduction of the problem

  1. Open this dojo example and observe the console.

Current behavior

There are too many fired hide events for notifications. More than one event for every notification

Expected/desired behavior

Hide event should be fired single time per Notification.

Workaround

To see how should it work, here is the sample dojo example.

Environment

  • Kendo UI version: 2022.3.913
  • Browser: [all]

motkov01500 avatar Oct 11 '22 09:10 motkov01500