RFR: 8334457: Test javax/swing/JTabbedPane/bug4666224.java fail on macOS with because pressing the ‘C’ key does not switch the layout to WRAP_TAB_LAYOUT

Prasanta Sadhukhan psadhukhan at openjdk.org
Thu Jul 11 03:19:59 UTC 2024


On Wed, 10 Jul 2024 21:55:43 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:

> I also took a look at the "Dictionary" on MacOS. I'm assuming all of the buttons ('C', 'R', 'B', 'L', 'T') are specific to Java's JTabbedPane since the other buttons don't work for "Dictionary" either. Is that the case?
> 
> If so, is it actually the best approach to just exclude 'C' from MacOS in this test?

The difference between 'C' and other buttons are, 'C' tests the tabbedpane policy while others tests tabbedpane placements...Policy is bound to the OS support whereas placements of widgets can be determined by app, which in this case is Java..So I kept others and exclude 'C'

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

PR Comment: https://git.openjdk.org/jdk/pull/20068#issuecomment-2221928308


More information about the client-libs-dev mailing list