Re: RFR JDK-8244324: RTFEditorKit does not display some of Japanese characters correctly

2020-06-29 Thread Sergey Bylokhov
+1 On 6/25/20 4:24 am, Prasanta Sadhukhan wrote: Since we are not able to test other CJK locale locally, I think it's better to commit this fix in early phase of jdk16 so that it is allowed to bake and also allow other CJK locale customer to test it out. Anyways, it seems to work for default

Re: RFR 8245921:Minor copy/paste issue in BasicScrollBarUI

2020-06-29 Thread Sergey Bylokhov
Hi, Prasanta. The change looks fine, but can you please attach to the bug report the images before/after the fix. Just to be sure that it will look good. On 6/25/20 4:23 am, Prasanta Sadhukhan wrote: Hi All, Please review a small fix for a minor copy/paste error in

Re: RFR: 8197560: test javax/swing/JTree/8003400/Test8003400.java fails

2020-06-29 Thread Sergey Bylokhov
The change looks fine, but please confirm that the test will fail on the build before JDK-8003400 was fixed. BTW the new bugid in the @bug tag is not necessary. On 6/26/20 12:01 pm, Pankaj Bansal wrote: Hi Sergey/Prasanta, I have made changes to the test to work on all platforms. I have also

Re: No action events in Toolkit when triggering JButton

2020-06-29 Thread Sergey Bylokhov
Hi, Mark. Looks like it was just overlooked, I suggest to file a bug: https://bugreport.java.com/bugreport On 6/22/20 2:46 pm, Mark Staller wrote: It doesn't seem like java.awt.Toolkit receives any java.awt.AWTEvent.ACTION_EVENT_MASK or ActionEvent.ACTION_PERFORMED when triggering a