Re: [12] RFR JDK-8201925:JEditorPane unordered list bullets look pixelated

2018-08-24 Thread Sergey Bylokhov
Hi, Prasanta. The fix will change the rendering of all elements in the JEditorPane. And it can be possible that we will introduce the issue similar to the bug when rendering uses one font metrics(anti-aliasing on) and layout uses another metrics(anti-aliasing off). This is similar to the mismat

Re: [12] RFR [JDK-8209789] : Synchronize test/jdk/sanity/client/lib/jemmy with code-tools/jemmy/v2

2018-08-24 Thread Sergey Bylokhov
Looks fine. On 21/08/2018 04:46, Muneer Kolarkunnu wrote: Hi, Please take a look on the set of changes brought into JDK Jemmy copy from the code-tools Jemmy repository. Task id: https://bugs.openjdk.java.net/browse/JDK-8209789 Webrev: http://cr.openjdk.java.net/~akolarkunnu/8209789/webrev.00/