On Tue, 20 Oct 2020 07:50:05 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:

> Some manual test fails when the java.awt.List component is configured by the 
> List#makeVisible() before the "peer"
> initialization. The root cause is trivial if the peer exists already then the 
> Component call the proper method, but if
> the peer does not exists then it should read all properties from the 
> Component during initialization, and
> initialization of "visibleIndex" was missed when LWListPeer was implemented.

This pull request has now been integrated.

Changeset: 9e9f5e69
Author:    Sergey Bylokhov <s...@openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/9e9f5e69
Stats:     23 lines in 1 file changed: 18 ins; 0 del; 5 mod

8017179: [macosx] list1 and list2 vistble item isn't desired

Reviewed-by: kizune

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

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

Reply via email to