RFR: 8341311: [Accessibility, macOS, VoiceOver] VoiceOver announces incorrect number of items in submenu of JPopupMenu [v2]

Artem Semenov asemenov at openjdk.org
Thu May 29 07:21:53 UTC 2025


On Thu, 29 May 2025 07:00:34 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

> Optimized the code to not traverse further if the desired submenu is fetched. Verified the recent change with the test code.

You could, of course, put this in the while condition, but this way is also fine.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25470#discussion_r2113370915


More information about the client-libs-dev mailing list