On Wed, 10 Jul 2024 21:55:43 GMT, Damon Nguyen <[email protected]> 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