RFR: 8264102: JTable Keyboards Navigation differs with Test Instructions. [v2]
Prasanta Sadhukhan
psadhukhan at openjdk.org
Mon Jan 8 05:23:22 UTC 2024
On Mon, 8 Jan 2024 04:59:49 GMT, Tejesh R <tr at openjdk.org> wrote:
>> test/jdk/javax/swing/JTable/KeyBoardNavigation.java line 194:
>>
>>> 192:
>>> 193: public static void main(String[] args) throws Exception {
>>> 194: UIManager.setLookAndFeel("javax.swing.plaf.metal.MetalLookAndFeel");
>>
>> The fix is for all L&F but the test is testing only Metal...It should be given chance to use default L&F in each platform..
>> If 4112270 is only about Metal, then a new test should be spawned to test this fix for all fixed L&F..
>
> 4112270 is not only about Metal L&F. In Aqua L&F the functionality is different, it enables the cell to edit mode. Yet, in macos excel functionality is same as that of windows. Should we update Aqua too?
Which macos excel application you tested? Microsoft excel or NUmbers...I guess Numbers should be ideal native application to tell if native OS does need it and depending on that, we need to change it accordingly for Aqua L&F..
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17236#discussion_r1444180340
More information about the client-libs-dev
mailing list