Re: RFR: 8297450: ScaledTextFieldBorderTest.java fails when run with -show parameter

2022-12-03 Thread Alexey Ivanov
On Sat, 3 Dec 2022 22:11:47 GMT, Rajat Mahajan wrote: > Added createVerticalStrut in between textfields to fix this issue. Marked as reviewed by aivanov (Reviewer). - PR: https://git.openjdk.org/jdk/pull/11498

RFR: 8297450: ScaledTextFieldBorderTest.java fails when run with -show parameter

2022-12-03 Thread Rajat Mahajan
Added createVerticalStrut in between textfields to fix this issue. - Commit messages: - 8297450: ScaledTextFieldBorderTest.java fails when run with -show parameter Changes: https://git.openjdk.org/jdk/pull/11498/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11498&range=00

Re: RFR: 8269806: Emoji rendering on Linux [v16]

2022-12-03 Thread Nikita Gubarkov
On Thu, 1 Dec 2022 19:38:44 GMT, Nikita Gubarkov wrote: >> It was implemented in JetBrains Runtime a year ago and was ported & >> refactored for this PR >> It includes: >> - Bitmap glyph loading via Freetype >> - Manual scaling & transformation of bitmap glyphs with nearest-neighbor or >> bilin

Re: RFR: 4512626: Non-editable JTextArea provides no visual indication of keyboard focus [v2]

2022-12-03 Thread Alexey Ivanov
On Fri, 2 Dec 2022 23:52:55 GMT, Alexander Zuev wrote: >> Set the text caret to be visible but not blinking on the non-editable text >> area. > > Alexander Zuev has updated the pull request incrementally with one additional > commit since the last revision: > > Handling the case when blink r

Re: RFR: 8273357: SecurityManager deprecation warning from java/awt/regtesthelpers/Util.java

2022-12-03 Thread Alexey Ivanov
On Fri, 2 Dec 2022 23:07:45 GMT, Phil Race wrote: > The compilation of a number of tests that use regtesthelpers/Util.java are > getting a warning about > the deprecation-for-removal of the SecurityManager. > This suppresses that warning. Marked as reviewed by aivanov (Reviewer). -

Re: RFR: JDK-8293776 : Adds CSS 4 and 8 digits hex coded Color [v10]

2022-12-03 Thread ScientificWare
On Tue, 27 Sep 2022 03:17:26 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8293776 : Adds CSS 4 and 8 digits hex coded >> Color](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8293776) >> >> This is tracked in JBS as >> - [JDK-8293776 : Adds CSS 4 and

Re: RFR: 8298006: Build failure by maybe-uninitialized error on Linux s390x GCC8

2022-12-03 Thread Ichiroh Takiguchi
On Fri, 2 Dec 2022 13:39:28 GMT, Magnus Ihse Bursie wrote: >> I changed GCC toolchain from GCC6 to GCC8 on SLES12SP5 Linux s390x. >> I could see following errors: >> >> src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c: In >> function 'allocateRasterArray': >> src/java.desktop/