Integrated: 8282640: Create a test for JDK-4740761

Srinivas Mandalika smandalika at openjdk.java.net
Tue Apr 12 01:34:43 UTC 2022


On Fri, 4 Mar 2022 05:35:38 GMT, Srinivas Mandalika <smandalika at openjdk.org> wrote:

> Create a test for [JDK-4740761](https://bugs.openjdk.java.net/browse/JDK-4740761)
> 
> The issue observed is in a JFrame with a JTextField and a JScrollPane which contains focused component. When the JScrollPane was
> is removed from its parent, focus stays with the the scroller
> of the removed JScrollPane, instead of moving to the TextField.
> 
> The test verifies the same - i.e. it verifies that the removal of the scrollpane moves the focus to the JTextField present in the JFrame.
> This review is for migrating tests from a closed test suite to open.

This pull request has now been integrated.

Changeset: fad3b947
Author:    Srinivas Mandalika <smandalika at openjdk.org>
Committer: Sergey Bylokhov <serb at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/fad3b9478663d319d1136422e6b4bea72a540544
Stats:     131 lines in 1 file changed: 131 ins; 0 del; 0 mod

8282640: Create a test for JDK-4740761

Reviewed-by: prr, serb

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

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



More information about the client-libs-dev mailing list