This is a migrated thread and some comments may be shown as answers.

Notifications are hiding each other

2 Answers 107 Views
Notification
This is a migrated thread and some comments may be shown as answers.
Holger
Top achievements
Rank 1
Holger asked on 28 Mar 2014, 01:19 PM
Hi,

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

Sort by
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.

http://docs.telerik.com/kendo-ui/getting-started/web/notification/overview#positioning-and-stacking

Regards,
Dimo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Holger
Top achievements
Rank 1
answered on 01 Apr 2014, 08:06 AM
Hello Dimo,

No, the application does not require such a behavior. I just was not aware about the fact that there should be only one Notification instance.

Since I'm working on a SPA (AngularJS) I will have to think about where to store this single instance.

Thanks,
Holger
Tags
Notification
Asked by
Holger
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Holger
Top achievements
Rank 1
Share this question
or