<AWT Dev> RFR: 8017179: [macosx] list1 and list2 vistble item isn't desired

Alexander Zuev kizune at openjdk.java.net
Tue Oct 20 21:30:16 UTC 2020


On Tue, 20 Oct 2020 07:50:05 GMT, Sergey Bylokhov <serb at 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.

Looks fine.

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

Marked as reviewed by kizune (Reviewer).

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


More information about the awt-dev mailing list