RFR: 8087863: Mac: "Select All" within ListView/TreeView is handled differently depending on the useSystemMenuBar value

Martin Fox mfox at openjdk.org
Fri Aug 16 17:06:24 UTC 2024


On Tue, 13 Aug 2024 21:46:22 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> is there a compelling reason we are not using Event::isConsumed?

As detailed in the discussion of PR #1523 the `isConsumed` flag doesn't work because the consumed event is a copy of the original one. The reliable way is to compare the result of the dispatch against null.

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

PR Comment: https://git.openjdk.org/jfx/pull/1528#issuecomment-2289084088


More information about the openjfx-dev mailing list