On Mon, 13 Oct 2025 18:47:47 GMT, Andy Goryachev <[email protected]> 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
