RFR: 8185429: [macos] After a modal dialog is closed, no window becomes active [v2]

Tejesh R tr at openjdk.org
Wed Jun 19 06:18:10 UTC 2024


On Fri, 7 Jun 2024 20:34:23 GMT, Alisen Chung <achung at openjdk.org> wrote:

>> Add a check for previous focused window on modal unblocking. If the owner of a closing dialog was the last focused window, then the owner of the dialog should regain focus.
>
> Alisen Chung has updated the pull request incrementally with one additional commit since the last revision:
> 
>   use == over .equals

The fix looks good to me. Have tested it and works as expected. Lets wait for @mrserb if he has any suggestions/review comments.

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

Marked as reviewed by tr (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/19588#pullrequestreview-2127144620


More information about the client-libs-dev mailing list