| commit | 93d1522b5fb9b2652ab9b136cc7ef637b9f98b67 | [log] [tgz] |
|---|---|---|
| author | Mykola Zakharchuk <zakharchuk.vn@gmail.com> | Tue Mar 01 10:09:35 2022 +0100 |
| committer | Andrey Loskutov <loskutov@gmx.de> | Wed Mar 30 10:58:09 2022 -0400 |
| tree | b330f8c9ebca5a9b1be41c14ffd4c4e4978f1bf8 | |
| parent | 6dfe23d25902d9dd7d334b8f8a3e07112d6a13bb [diff] |
Bug 579019 - Clicking on NotificationPopup should reveal parent window NotificationPopup is always shown on the top of desktop environments windows stack. If there are any 3rd windows on the top of the parent window, it is not clear to what window the popped-up notification belongs to. On clicking on the notification nothing happens. This is confusing. With this change: parent window is shown (brought upfront) on clicking the NotificationPopup. The clients that don't want the new behavior may override addWindowActivationHelper() method to do nothing, or they might want to extend the new behavior (do something else) by overriding createWindowActivationHelper(). Change-Id: I1b0ebf1b5868c271b276adaa2562be36a7fc1d48 Signed-off-by: Mykola Zakharchuk <zakharchuk.vn@gmail.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/191296 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Andrey Loskutov <loskutov@gmx.de>
Thanks for your interest in this project.
Platform UI provides the basic building blocks for user interfaces built with Eclipse.
Some of these form the Eclipse Rich Client Platform (RCP) and can be used for arbitrary rich client applications, while others are specific to the Eclipse IDE. The Platform UI codebase is built on top of the Eclipse Standard Widget Toolkit (SWT), which is developed as an independent project.
Website: https://www.eclipse.org/platform/ui/
For more information, refer to the Platform UI wiki page.
Contributions to Platform UI are most welcome. There are many ways to contribute, from entering high quality bug reports, to contributing code or documentation changes. For a complete guide, see the Platform UI - How to contribute wiki page page on the team wiki.
Several test plug-ins have a dependency to the Mockito and Hamcrest libraries. Please install them from the Orbit Download page:
Currently the following plug-ins are required:
You need Maven 3.3.1 installed. After this you can run the build via the following command:
mvn clean verify -Pbuild-individual-bundles
Information regarding source code management, builds, coding standards, and more.
Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Foundation Contributor License Agreement (CLA).
This project uses Bugzilla to track ongoing development and issues.
Be sure to search for existing bugs before you create another one. Remember that contributions are always welcome!
Contact the project developers via the project's “dev” list.