RFR: 8209788: Left/Right/Ctrl+A keys not working in editor of ComboBox if popup showing [v6]

Jeanette Winzenburg fastegal at openjdk.java.net
Wed Aug 26 12:05:36 UTC 2020


On Wed, 26 Aug 2020 10:19:28 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:

>> modules/javafx.controls/src/test/java/test/javafx/scene/control/ListViewTest.java line 1536:
>> 
>>> 1535:         assertEquals(4, sm.getSelectedItems().size());
>>> 1536:
>>> 1537:         sl.dispose();
>> 
>> wondering about these repeated blocks? The flow is single: (default on start) -> multiple -> single -> multiple. Looks
>> like the last two are repeating the first two .. what do I overlook?
>
> I had kept it with initial version of patch to test the listeners, But the patch has evolved to be very different now.
> But still have removed only one block. Now there are three blocks and `sm.getSelectedItems().size()` varies in each
> block.

ahh .. that's what I overlooked - thanks for opening my eyes :)

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

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


More information about the openjfx-dev mailing list