RFR: 8315655: [macos] Right click and dragging over a component with a popup menu will open the popup [v4]

Alisen Chung achung at openjdk.org
Thu Jun 6 18:28:12 UTC 2024


On Thu, 6 Jun 2024 16:08:31 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
>
> Alisen Chung has updated the pull request incrementally with one additional commit since the last revision:
> 
>   add event check in popup trigger

I've automated the test and confirmed that it fails before the fix and passes after the fix.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/19569#issuecomment-2153140229


More information about the client-libs-dev mailing list