RFR: 8129123: ComboBox popup list view does not scrollTo when ComboBox value/selection is set
Ajit Ghaisas
aghaisas at openjdk.java.net
Fri Apr 17 10:40:58 UTC 2020
On Thu, 9 Apr 2020 09:37:30 GMT, Craig Cavanaugh <github.com+636962+ccavanaugh at openjdk.org> wrote:
> https://bugs.openjdk.java.net/browse/JDK-8129123
>
> This pull request fixes JDK-8129123. This bug also effects Windows and Linux platforms.
> Also, I believe JDK-8196037 is a duplicate of this issue.
>
> I've tested this against OpenJDK 11.0.6 on Ubuntu 18.04, Arch Linux and Windows 10.
>
> Thanks!
modules/javafx.controls/src/test/java/test/javafx/scene/control/ComboBoxTest.java line 2097:
> 2096: first <= index && index <= last);
> 2097:
> 2098: index = LIST_SIZE - 1;
You have tested first and last index selection.
It will be nice to have a case where we select index = LIST_SIZE/2
-------------
PR: https://git.openjdk.java.net/jfx/pull/166
More information about the openjfx-dev
mailing list