Integrated: 8315655: [macos] Right click and dragging over a component with a popup menu will open the popup
Alisen Chung
achung at openjdk.org
Wed Jun 12 18:47:22 UTC 2024
On Wed, 5 Jun 2024 23:33:21 GMT, Alisen Chung <achung at openjdk.org> wrote:
> Issue is a mouse drag will trigger a popup in macos, but not in linux or windows.
> The solution is to add a check for a mouse pressed event to show popup and prevent mouse entered events from triggering the popup
This pull request has now been integrated.
Changeset: b697b48a
Author: Alisen Chung <achung at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/b697b48a0133458983caea4acc6de8de3e56d356
Stats: 139 lines in 4 files changed: 134 ins; 0 del; 5 mod
8315655: [macos] Right click and dragging over a component with a popup menu will open the popup
Reviewed-by: dnguyen, psadhukhan
-------------
PR: https://git.openjdk.org/jdk/pull/19569
More information about the client-libs-dev
mailing list