RFR: 8307325: Verify the focus owner when non focused windows requesting focus [v2]

Ravi Gupta duke at openjdk.org
Thu Jun 22 04:40:05 UTC 2023


On Tue, 16 May 2023 05:04:51 GMT, Ravi Gupta <duke at openjdk.org> wrote:

>> Write a test Check, when the top level Window is not the focused Window requesting for focus and becoming the Focus Owner for any Component in that Window checking the following
>> 
>> 1.The Component is the Focus Owner and the Window becomes the focused Window If the platform supports cross requesting focus
>> across Windows.
>> 2.The request is remembered and  be granted when the Window is later focused If the platform does not support requesting focus
>> across Windows.
>> 
>> Testing:
>> Tested using Mach5(20 times per platform) in macos,linux and windows and got all pass.
>
> Ravi Gupta has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8307325: Review comments fixed

Any volunteers for a review?

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

PR Comment: https://git.openjdk.org/jdk/pull/13790#issuecomment-1601998727



More information about the client-libs-dev mailing list