RFR: 8285698: Create a test to check the focus stealing of JPopupMenu from JComboBox [v2]

Phil Race prr at openjdk.java.net
Tue May 10 15:25:53 UTC 2022


On Tue, 10 May 2022 11:02:45 GMT, Manukumar V S <mvs at openjdk.org> wrote:

>> This test verifies that showing a JPopupMenu shouldn't steal the focus out of current focused component..
>> This fix moves an unstable closed test to open but updated to be more comprehensive in testing multiple Look and Feels and with some stabilisation improvements. The closed test had some dependencies with some proprietary libraries which are all removed here.
>> 
>> Testing:
>> Tested using mach5 10 times per platform and got all Pass.
>
> Manukumar V S has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Review comment fixed: Removed finally block and added the call to disposeFrame() before the exception is thrown

Marked as reviewed by prr (Reviewer).

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

PR: https://git.openjdk.java.net/jdk/pull/8426



More information about the client-libs-dev mailing list