RFR: 8354539: [macOS] ComboBox and Spinner disable system menu bar shortcuts [v2]
Martin Fox
mfox at openjdk.org
Wed Jul 16 16:44:47 UTC 2025
On Tue, 15 Jul 2025 21:13:54 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> So it it a responsibility of the entity that creates the secondary event to either consume the original event or let it go, or am I mistaken?
This would mean two unconsumed KeyEvents would bubble all the way up to the scene. This could trigger the same MenuItem twice even though the user only pressed the accelerator once.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1848#issuecomment-3079416642
More information about the openjfx-dev
mailing list