RFR: 8360462: [macosx] row selection not working with Ctrl+Shift+Down/Up in AquaL&F [v4]

Andrey Turbanov aturbanov at openjdk.org
Mon Jun 30 20:33:39 UTC 2025


On Thu, 26 Jun 2025 05:16:20 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> Ctrl+Shift+Down/Up doesn't extend row selection down or up in Aqua L&F as it does in native tree view in Finder.
>> Fixed the keybindings.
>
> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Test modification

test/jdk/javax/swing/JTree/TestTreeRowSelection.java line 47:

> 45:     static volatile int curSelectedRowCount;
> 46: 
> 47:     public static void main(String[]  args) throws Exception {

Suggestion:

    public static void main(String[] args) throws Exception {

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25966#discussion_r2175844134


More information about the client-libs-dev mailing list