Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

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

Open
traggerET opened this issue Nov 23, 2022 · 4 comments

Comments

@traggerET
Copy link

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.

@traggerET
Copy link
Author

image

@akurtakov
Copy link

JFace now has notifications so it's worth considering using it instead of mylyn ones and even deprecating the mylyn one.

@mjmeijer
Copy link

mjmeijer commented Nov 23, 2022

+1
I support deprecating these popups and switching to JFace ones.
Less code is less code to maintain, but see discussion here:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=229823

@BeckerFrank
Copy link
Contributor

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants