You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
using org.eclipse.mylyn.commons.notifications.core.INotificationService.notify(...) from different parts of code (and with quite a big time interval) generate several notification popups, but instead of drawing on top of the ones which are already on the screen, the new one is just gets drawn over existing popups which gives a mess.
The text was updated successfully, but these errors were encountered:
using org.eclipse.mylyn.commons.notifications.core.INotificationService.notify(...) from different parts of code (and with quite a big time interval) generate several notification popups, but instead of drawing on top of the ones which are already on the screen, the new one is just gets drawn over existing popups which gives a mess.
Is it possible, that you can share a simple example demonstrating this behavior?
using org.eclipse.mylyn.commons.notifications.core.INotificationService.notify(...) from different parts of code (and with quite a big time interval) generate several notification popups, but instead of drawing on top of the ones which are already on the screen, the new one is just gets drawn over existing popups which gives a mess.
The text was updated successfully, but these errors were encountered: