Re: RFR: 8225122: Test AncestorResized.java fails when Windows desktop is scaled.

2022-01-04 Thread Alexander Zuev
On Mon, 27 Sep 2021 03:33:52 GMT, Sergey Bylokhov wrote: > This test depends on the next windows UI performance option: > “Show window contents while dragging”, see > https://answers.microsoft.com/en-us/windows/forum/all/in-windows-7-how-do-i-show-window-contents-while/18e3aee2-bcc7-4005-a45d-c5

RFR: JDK-8278549: UNIX sun/font coding misses SUSE distro detection on recent distro SUSE 15

2022-01-04 Thread Matthias Baesken
Hello, please review this adjustment for recent SUSE Linux 15. The font coding on UNIX, see setOsNameAndVersion in files src/java.desktop/unix/classes/sun/font/FcFontConfiguration.java src/java.desktop/unix/classes/sun/font/MFontConfiguration.java uses the file /etc/SuSE-release to detect SUSE L

Re: [jdk18] RFR: 8278612: [macos] test/jdk/java/awt/dnd/RemoveDropTargetCrashTest crashes with VoiceOver on macOS

2022-01-04 Thread Alexander Zuev
On Wed, 22 Dec 2021 12:42:30 GMT, Anton Tarasov wrote: > 8278612: [macos] test/jdk/java/awt/dnd/RemoveDropTargetCrashTest crashes with > VoiceOver on macOS Looks good to me. - Marked as reviewed by kizune (Reviewer). PR: https://git.openjdk.java.net/jdk18/pull/65

Re: [jdk18] RFR: 8278472: Invalid value set to CANDIDATEFORM structure

2022-01-04 Thread Alexey Ivanov
On Tue, 21 Dec 2021 15:18:40 GMT, Alexey Ivanov wrote: > According to the Windows API reference, `dwStyle` of > [`CANDIDATEFORM`](https://docs.microsoft.com/en-us/windows/win32/api/imm/ns-imm-candidateform) > structure should be set to `CFS_CANDIDATEPOS` or `CFS_EXCLUDE`. So, > `CFS_POINT` is

Re: [jdk18] RFR: 8278472: Invalid value set to CANDIDATEFORM structure

2022-01-04 Thread Naoto Sato
On Tue, 21 Dec 2021 15:18:40 GMT, Alexey Ivanov wrote: > According to the Windows API reference, `dwStyle` of > [`CANDIDATEFORM`](https://docs.microsoft.com/en-us/windows/win32/api/imm/ns-imm-candidateform) > structure should be set to `CFS_CANDIDATEPOS` or `CFS_EXCLUDE`. So, > `CFS_POINT` is

RFR: 4884570: StreamPrintService.isAttributeValueSupported does not work properly for SheetCollate

2022-01-04 Thread Phil Race
This fixes a longstanding consistency issue where the Postscript StreamPrintService would report SheetCollate.UNCOLLATED in a list of supported values then report it was not supported under the same conditions. - Commit messages: - 4884570: StreamPrintService.isAttributeValueSuppor

Re: RFR: 4884570: StreamPrintService.isAttributeValueSupported does not work properly for SheetCollate

2022-01-04 Thread Sergey Bylokhov
On Wed, 5 Jan 2022 02:05:29 GMT, Phil Race wrote: > This fixes a longstanding consistency issue where the Postscript > StreamPrintService would report SheetCollate.UNCOLLATED in a list of > supported values then report it was not supported under the same conditions. test/jdk/javax/print/attrib