If I use UIManager.setLookAndFeel() to metalLookAndFeel then it works but for default settings on mac it is not working.
> On 14-Nov-2016, at 8:03 pm, Sergey Bylokhov <[email protected]> > wrote: > > On 14.11.16 17:18, Avik Niyogi wrote: >> I checked with MetalLAF as well. does not seem to work. also, tried with a >> native Mac app. Does not have any option for radio button focus traversal. > > Can you please clarify how you set the L&F for this test? I also checked it > and the test passed on the current jdk9-client in case of > "-Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel" > >> >>> On 14-Nov-2016, at 6:22 pm, Sergey Bylokhov <[email protected]> >>> wrote: >>> >>> On 14.11.16 6:43, Avik Niyogi wrote: >>>> This is OS X Specific. >>> >>> Are you sure? I guess the test will pass if will be run using >>> MetalLookAndFeel. >>> >>>>> On 14-Nov-2016, at 2:18 am, Sergey Bylokhov <[email protected]> >>>>> wrote: >>>>> >>>>> On 10.11.16 9:53, Avik Niyogi wrote: >>>>>> Arrow buttons for traversing a radio button group is not the expected OS >>>>>> X behaviour. >>>>> >>>>> This behavior is OSX specific or it is related to the Aqua L&F which is >>>>> default on OSX? >>>>> >>>>>> In OS X in default OS X apps, for radio button focus traversing to work, >>>>>> custom actions must be set using System Preferences. >>>>>>> On 09-Nov-2016, at 6:51 pm, Sergey Bylokhov >>>>>>> <[email protected]> wrote: >>>>>>> >>>>>>> On 09.11.16 11:06, Avik Niyogi wrote: >>>>>>>> *Bug: https://bugs.openjdk.java.net/browse/JDK-8167160* >>>>>>>> >>>>>>>> *Webrev: http://cr.openjdk.java.net/~aniyogi/8167160/webrev.00/* >>>>>>>> >>>>>>>> *Issue: *The test case : >>>>>>>> javax/swing/JRadioButton/8033699/bug8033699.java fails on OS X >>>>>>>> >>>>>>>> *Cause: * The test case does not apply for OS X and should work for >>>>>>>> windows and Linux >>>>>>> >>>>>>> What is the reason why the test does not work on OSX? >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Best regards, Sergey. >>>>>> >>>>> >>>>> >>>>> -- >>>>> Best regards, Sergey. >>>> >>> >>> >>> -- >>> Best regards, Sergey. >> > > > -- > Best regards, Sergey.
