<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><span style="font-size: 14px;" class="">Hi All,</span><div class=""><span style="font-size: 14px;" class="">Please review the following fix for jdk14.</span></div><div class=""><span style="font-size: 14px;" class=""><br class=""></span></div><div class=""><span style="font-size: 14px;" class="">Bug<span class="Apple-tab-span" style="white-space:pre"> </span>: <a href="https://bugs.openjdk.java.net/browse/JDK-8223788" class="">https://bugs.openjdk.java.net/browse/JDK-8223788</a></span></div><div class=""><span style="font-size: 14px;" class="">Webrev<span class="Apple-tab-span" style="white-space:pre"> </span>: <a href="http://cr.openjdk.java.net/~trebari/swing/8223788/webrev0/" class="">http://cr.openjdk.java.net/~trebari/swing/8223788/webrev0/</a></span></div><div class=""><span style="font-size: 14px;" class=""><br class=""></span></div><div class=""><span style="font-size: 14px;" class="">Issue : In AquaLookAndFeel JSpinner buttons inside JColorChooser dialog captures focus.</span></div><div class=""><span style="font-size: 14px;" class="">If we click on the editor inside the JSpinner to make it gain focus and then press TAB key, the focus should go to next component but it disappears and it is captured by the JSpinner button.By again pressing TAB the focus goes to next component.</span></div><div class=""><span style="font-size: 14px;" class=""><br class=""></span></div><div class=""><span style="font-size: 14px;" class="">There is no such issue with other LookAndFeels.</span></div><div class=""><span style="font-size: 14px;" class=""><br class=""></span></div><div class=""><span style="font-size: 14px;" class="">Fix : The focusable property is set to true by default, Fix is to set the JSpinner button focusable property false in AquaLookAndFeel.</span></div><div class=""><span style="font-size: 14px;" class=""><br class=""></span></div><div class=""><span style="font-size: 14px;" class="">Testing : Tested In Mac.</span></div><div class=""><span style="font-size: 14px;" class=""><br class=""></span></div><div class=""><span style="font-size: 14px;" class="">Regards</span></div><div class=""><span style="font-size: 14px;" class="">Tejpal</span></div></body></html>