Re: RFR: 8281284 : Write JSlider accessibility test [v5]

2022-03-05 Thread Artem Semenov
On Sat, 5 Mar 2022 03:59:21 GMT, lawrence.andrews wrote: >> Looks good to me. I agree > > @savoptik , can you approve this PR so that this PR is eligible for merge. @lawrence-andrew I am not reviewer. Contact @mrserb or @azuev-java - PR: https://git.openjdk.java.net/jdk/pull/7355

Re: RFR: 8282270: java/awt/Robot Screen Capture tests fail after 8280861 [v2]

2022-03-05 Thread Maxim Kartashev
On Fri, 4 Mar 2022 21:10:03 GMT, Phil Race wrote: > So having removed all of these, it isn't testing hi-dpi any more, is it ? True. But there still is `ScreenCaptureTest.java` that will continue testing hi-dpi. Keeping `ScreenCaptureGtkTest.java` still makes sense because it verifies that `g

Re: RFR: 8190907: Windows 10 default Korean Font Malgun Gothic available not used by GUI elements even though available without Korean Language Pack [v3]

2022-03-05 Thread Dmitry Batrak
On Fri, 4 Mar 2022 18:16:22 GMT, Phil Race wrote: > But serif.plain.korean isn't used unless it is a Korean locale That's not the case, and is easily verifiable for English locale - whatever font is specified there will become a component of Serif composite. 'korean' here is a script id, which

Re: RFR: 8176501: Method Shape.getBounds2D() incorrectly includes Bezier control points in bounding box [v12]

2022-03-05 Thread Laurent Bourgès
On Wed, 5 Jan 2022 22:48:37 GMT, Phil Race wrote: >> Jeremy has updated the pull request incrementally with one additional commit >> since the last revision: >> >> 8176501: Method Shape.getBounds2D() incorrectly includes Bezier control >> points in bounding box >> >> This is a second fo