I'm experiencing a problem with notifications hiding each other, new notifications are stacked above the previous ones.
I have build the following plunker to reproduce the problem: http://plnkr.co/edit/o7g33wo4kwA8dJ0YXK8L?p=preview
Thanks
Holger
2 Answers, 1 is accepted
0
Accepted
Dimo
Telerik team
answered on 01 Apr 2014, 06:41 AM
Hello Holger,
Proper stacking occurs if there is one Notification instance, which generates popups at a given position. The provided code creates a new Notification widget instance on each button click. Does the application logic really require such a behavior? Generally, every Notification instance manages its popups independently and is not aware of popups by other instances.