On Mon, 8 Jul 2024 09:11:57 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> This test tests the wrapping policy of JTabbedPane in one of the > subinstructions which is not applicable for macos which does not support > wrapping or scrolling in tabbed layout. > It can be seen in "Dictionary" native app amongst others where resizing the > windows to smaller size does not wrap the tabbedpane. > Updated test instruction to highlight the macos-not-applicable point.. 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? ------------- PR Review: https://git.openjdk.org/jdk/pull/20068#pullrequestreview-2170445290