On Sun, 14 May 2023 21:35:01 GMT, Thiago Milczarek Sayao <tsa...@openjdk.org> 
wrote:

>> I replicated the fix on #1054 on Linux.
>> 
>> Also fixes [Monocle: Stage no longer gets focus after fix for 
>> JDK-8296621](https://bugs.openjdk.org/browse/JDK-8304734)
>
> Thiago Milczarek Sayao has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   Antecipate request focus

The `MouseEventFirerTest. testAnchorRight[0]` is failing because the 
`requestFocus` call:


  if (!isIconified()) {
      peer.requestFocus();
  }


Weird..

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

PR Comment: https://git.openjdk.org/jfx/pull/1110#issuecomment-1547007411

Reply via email to