RFR: 8209788: Left/Right/Ctrl+A keys not working in editor of ComboBox if popup showing [v6]
Ambarish Rapte
arapte at openjdk.java.net
Wed Aug 26 10:23:36 UTC 2020
On Tue, 25 Aug 2020 14:09:08 GMT, Jeanette Winzenburg <fastegal at openjdk.org> wrote:
>> 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 :)
Changed name to `testCtrlAWhenSwitchingSelectionMode`, It sounds much better.
-------------
PR: https://git.openjdk.java.net/jfx/pull/172
More information about the openjfx-dev
mailing list