RFR: 8368972: Create implementation of menu bar accessibility component [v4]

Alexander Zuev kizune at openjdk.org
Mon Oct 13 19:15:32 UTC 2025


On Mon, 13 Oct 2025 18:47:47 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> > i can see that regression but i do not fully understand the reason behind it
> 
> Is there enough value in this PR to treat the regression as a separate issue, or should we fix it in this PR?
> 
> I am not sure that this is a rare corner case, since it happens when selecting a menu with an accessibility shortcut. Maybe the fix is for the skin to consume that specific key event?

Well i can trigger the same behavior without the new code with MonkeyTester - so it is not a regression. But i have to understand the reason of why it happens because i think - it is the same reason behind me not able to implement the editable text component accessibility - the fact that we are forwarding events to wrong or multiple nodes when accessibility is involved. So it deserves a separate bug and it deserves a lot of attention.

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

PR Comment: https://git.openjdk.org/jfx/pull/1927#issuecomment-3398738437


More information about the openjfx-dev mailing list