Integrated: 8264157: Items of non-editable ComboBox cannot be selected using up/down keys

Ambarish Rapte arapte at openjdk.java.net
Thu May 6 15:30:56 UTC 2021


On Tue, 4 May 2021 12:29:54 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:

> This issue [JDK-8264157](https://bugs.openjdk.java.net/browse/JDK-8264157) is a regression of [JDK-8209788](https://bugs.openjdk.java.net/browse/JDK-8209788), which removed two KeyMappings from `ComboBoxListViewBehavior`. That removal was not required to fix [JDK-8209788](https://bugs.openjdk.java.net/browse/JDK-8209788).
> Reverting `ComboBoxListViewBehavior.java` fixes the regression.
> Fix includes a new test which fails before and pass with the fix.

This pull request has now been integrated.

Changeset: 4b6c587f
Author:    Ambarish Rapte <arapte at openjdk.org>
URL:       https://git.openjdk.java.net/jfx/commit/4b6c587faacdc1f5f00df6e4bf5ad57c3a48723f
Stats:     69 lines in 2 files changed: 67 ins; 0 del; 2 mod

8264157: Items of non-editable ComboBox cannot be selected using up/down keys

Reviewed-by: fastegal, kcr

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

PR: https://git.openjdk.java.net/jfx/pull/485


More information about the openjfx-dev mailing list