RFR: 8209788: Left/Right/Ctrl+A keys not working in editor of ComboBox if popup showing [v6]
Jeanette Winzenburg
fastegal at openjdk.java.net
Tue Aug 25 14:19:33 UTC 2020
On Tue, 25 Aug 2020 13:54:14 GMT, Jeanette Winzenburg <fastegal at openjdk.org> wrote:
>> Ambarish Rapte has updated the pull request incrementally with one additional commit since the last revision:
>>
>> change approach from removing to excluding
>
> modules/javafx.controls/src/test/java/test/javafx/scene/control/ListViewTest.java line 1509:
>
>> 1508:
>> 1509: @Test public void test_switchingSelectionMode() {
>> 1510: ListView<String> listView = new ListView<>();
>
> same as naming suggestion to the other Switching test above
if you prefer not to, the capitalizing should be consistent - here it's test_switch, above it's test_Switch :)
-------------
PR: https://git.openjdk.java.net/jfx/pull/172
More information about the openjfx-dev
mailing list