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
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
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
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
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
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
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