It is not possible to create a new bug in Java Bug Database

2024-08-21 Thread PavelTurk
Hello, all. It is the second day I am trying to create a JavaFX bug - https://bugreport.java.com/bugreport/submit_start. After I fill in all the fields and press the submit button I get 504 Gateway Time-out. I even can't create a bug that Bug Database not working :) Please inform your collea

Accidentally reproduced NPE in synchronizeNodes in combination with enterNestedEventLoop

2024-08-21 Thread John Hendrikx
Hi List, This is a bit of a long post. I'm mainly wondering if I did something wrong that FX should detect early, or if I'm doing nothing unusual and FX should handle the case described below correctly. I encountered the bug where an NPE occurs in Scene$ScenePulseListener#synchronizeNodes, a

[jfx23u] Integrated: 8336938: Update libFFI to 3.4.6

2024-08-21 Thread Alexander Matveev
On Wed, 21 Aug 2024 01:15:49 GMT, Alexander Matveev wrote: > - Clean backport of JDK-8336938. This pull request has now been integrated. Changeset: 499fb77b Author:Alexander Matveev URL: https://git.openjdk.org/jfx23u/commit/499fb77b16de1145cd0b8b5adad0995a8ba8f403 Stats: 1056

Re: RFR: 8336940: Update GStreamer to 1.24.6 [v2]

2024-08-21 Thread Kevin Rushforth
On Wed, 21 Aug 2024 21:36:52 GMT, Alexander Matveev wrote: >> - Updated GStreamer to 1.24.6 and Glib to 2.80.4. >> - Testing done on all platforms with all supported formats. >> - Removed gstpluginloader.c. This file contains additional plugin loading >> mechanism which we do not use. Latest GS

Re: RFR: 8336940: Update GStreamer to 1.24.6 [v2]

2024-08-21 Thread Alexander Matveev
On Wed, 21 Aug 2024 21:36:52 GMT, Alexander Matveev wrote: >> - Updated GStreamer to 1.24.6 and Glib to 2.80.4. >> - Testing done on all platforms with all supported formats. >> - Removed gstpluginloader.c. This file contains additional plugin loading >> mechanism which we do not use. Latest GS

Re: RFR: 8336940: Update GStreamer to 1.24.6 [v2]

2024-08-21 Thread Alexander Matveev
> - Updated GStreamer to 1.24.6 and Glib to 2.80.4. > - Testing done on all platforms with all supported formats. > - Removed gstpluginloader.c. This file contains additional plugin loading > mechanism which we do not use. Latest GStreamer modified it heavily and it > did not compile without pull

Re: RFR: 8336940: Update GStreamer to 1.24.6

2024-08-21 Thread Kevin Rushforth
On Wed, 21 Aug 2024 20:15:00 GMT, Alexander Matveev wrote: > - Updated GStreamer to 1.24.6 and Glib to 2.80.4. > - Testing done on all platforms with all supported formats. > - Removed gstpluginloader.c. This file contains additional plugin loading > mechanism which we do not use. Latest GStrea

RFR: 8336940: Update GStreamer to 1.24.6

2024-08-21 Thread Alexander Matveev
- Updated GStreamer to 1.24.6 and Glib to 2.80.4. - Testing done on all platforms with all supported formats. - Removed gstpluginloader.c. This file contains additional plugin loading mechanism which we do not use. Latest GStreamer modified it heavily and it did not compile without pulling additi

Re: Label Text Selection

2024-08-21 Thread Dirk Lemmermann
Now that I have a text control with selection support I can solve many of my issues, but not all of them. I still feel like it would be extremely useful if “Text” would support selection out of the box (off by default, enabled via API or CSS). Dirk > On 20 Aug 2024, at 16:09, Dirk Lemmermann

Re: RFR: 8305418: [Linux] Replace obsolete XIM as Input Method Editor [v22]

2024-08-21 Thread Thiago Milczarek Sayao
On Mon, 19 Aug 2024 17:39:38 GMT, Martin Fox wrote: >> on mac and windows the coordinates can be negative, depending on the screen >> arrangement. >> >> why do we need to rely on the fact that `pos[]` values are positive anyway? > > I was able to set up a multiple monitor system. Linux does wor

Re: RFR: 8305418: [Linux] Replace obsolete XIM as Input Method Editor [v25]

2024-08-21 Thread Thiago Milczarek Sayao
> This replaces obsolete XIM and uses gtk api for IME. > Gtk uses [ibus](https://github.com/ibus/ibus) > > Gtk3+ uses relative positioning (as Wayland does), so I've added a Relative > positioning on `InputMethodRequest`. > > [Screencast from 17-09-2023 > 21:59:04.webm](https://github.com/openj

Integrated: 8336632: Update Gradle to 8.9

2024-08-21 Thread Ambarish Rapte
On Tue, 20 Aug 2024 02:59:00 GMT, Ambarish Rapte wrote: > Gradle 8.8 released on May 31, 2024, supports JDK 22. > On Jul 11, 2024, gradle 8.9 was released too, so we can update to the latest > gradle 8.9 > > This gradle update is required in order to update the boot jdk to 22.0.2. > The change

Re: RFR: 8336632: Update Gradle to 8.9 [v3]

2024-08-21 Thread Joeri Sykora
On Tue, 20 Aug 2024 16:53:09 GMT, Ambarish Rapte wrote: >> Gradle 8.8 released on May 31, 2024, supports JDK 22. >> On Jul 11, 2024, gradle 8.9 was released too, so we can update to the latest >> gradle 8.9 >> >> This gradle update is required in order to update the boot jdk to 22.0.2. >> The