eclipse-mylyn / org.eclipse.mylyn

Eclipse Public License 2.0
13 stars 9 forks source link

Mylyn notification popups overlap instead of stacking verically on screen when multiple #20

Open BeckerFrank opened 1 year ago

BeckerFrank commented 1 year ago

This Issue was created in the now archived Repository org.eclipse.mylyn.tasks by Tikhon Tikhonin (see https://github.com/eclipse-mylyn/org.eclipse.mylyn.commons/issues/2)

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.

BeckerFrank commented 1 year ago

@wimjongman: Should we follow https://github.com/eclipse-mylyn/org.eclipse.mylyn.commons/issues/2#issuecomment-1325573145 and switch to org.eclipse.jface.notifications.AbstractNotificationPopup?

BeckerFrank commented 1 year ago

@traggerET: can you please provide ab example! For now I remove this from the Milestone 3.26.0.

wimjongman commented 1 year ago

@wimjongman: Should we follow eclipse-mylyn/org.eclipse.mylyn.commons#2 (comment) and switch to org.eclipse.jface.notifications.AbstractNotificationPopup?

I'm not sure. The notification engine of Mylyn contains code to suppress notifications which is not available in JFace AFAIK. However, notifications are probably not a core part of Mylyn. It is a tough call.