On Tue, 12 Oct 2021 15:12:43 GMT, Kevin Rushforth <[email protected]> wrote:
>> Thiago Milczarek Sayao has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Break if reach self
>
> modules/javafx.graphics/src/main/java/com/sun/javafx/tk/quantum/WindowStage.java
> line 861:
>
>> 859:
>> 860: // walk backwards to find a blocker
>> 861: for (int i = activeWindows.size() - 1; i > 0; i--) {
>
> I think you will need to revert this part of the change.
The test "WrongStageFocusWithApplicationModalityTest" passed for me on Ubuntu
20.04 VM. It failed first time, but when I re-ran it, it passed for me. I will
run this change in Linux, Windows and Mac again today and report back.
-------------
PR: https://git.openjdk.java.net/jfx/pull/598