Proposed schedule for JavaFX 19

2022-05-09 Thread Kevin Rushforth
Here is the proposed schedule for JavaFX 19. RDP1: Jul 14, 2022 (aka “feature freeze”) RDP2: Aug 4, 2022 Freeze: Aug 25, 2022 GA: Sep 13, 2022 We plan to fork a jfx19 stabilization branch at RDP1. The GA date is one week ahead of JDK 19, matching what we did for 18. The start of RDP1, the

[jfx17u] RFR: 8276174: JavaFX build fails on macOS aarch64

2022-05-09 Thread Kevin Rushforth
Clean backport to `jfx17u` so we can build on macOS / aarch64 without needing to specify `-PCOMPILE_TARGET=arm64`. - Commit messages: - 8276174: JavaFX build fails on macOS aarch64 Changes: https://git.openjdk.java.net/jfx17u/pull/60/files Webrev:

[jfx17u] RFR: 8274274: Update JUnit to version 5.8.1

2022-05-09 Thread Kevin Rushforth
Clean backport to `jfx17u`. - Commit messages: - 8274274: Update JUnit to version 5.8.1 Changes: https://git.openjdk.java.net/jfx17u/pull/58/files Webrev: https://webrevs.openjdk.java.net/?repo=jfx17u=58=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8274274 Stats: 161

[jfx17u] RFR: 8273998: Clarify specification for Window properties controlled by the window manager

2022-05-09 Thread Kevin Rushforth
Clean backport to `jfx17u`. - Commit messages: - 8273998: Clarify specification for Window properties controlled by the window manager Changes: https://git.openjdk.java.net/jfx17u/pull/57/files Webrev: https://webrevs.openjdk.java.net/?repo=jfx17u=57=00 Issue:

[jfx17u] RFR: 8276142: Update gradle to version 7.3

2022-05-09 Thread Kevin Rushforth
Clean backport to `jfx17u`. - Commit messages: - 8276142: Update gradle to version 7.3 Changes: https://git.openjdk.java.net/jfx17u/pull/56/files Webrev: https://webrevs.openjdk.java.net/?repo=jfx17u=56=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8276142 Stats: 227

Re: [jfx17u] RFR: 8281564: Update cmake to 3.22.3

2022-05-09 Thread Kevin Rushforth
On Mon, 9 May 2022 21:15:57 GMT, Kevin Rushforth wrote: > Reviewer: @arapte Since this is clean, a review is optional. - PR: https://git.openjdk.java.net/jfx17u/pull/55

[jfx17u] RFR: 8281564: Update cmake to 3.22.3

2022-05-09 Thread Kevin Rushforth
Clean backport to `jfx17u`. Tested along with the rest of the fixes in the `test-kcr-17.0.4` branch. - Commit messages: - 8281564: Update cmake to 3.22.3 Changes: https://git.openjdk.java.net/jfx17u/pull/55/files Webrev: https://webrevs.openjdk.java.net/?repo=jfx17u=55=00

Re: [jfx17u] RFR: 8281564: Update cmake to 3.22.3

2022-05-09 Thread Kevin Rushforth
On Mon, 9 May 2022 21:13:07 GMT, Kevin Rushforth wrote: > Clean backport to `jfx17u`. Tested along with the rest of the fixes in the > `test-kcr-17.0.4` branch. Reviewer: @arapte - PR: https://git.openjdk.java.net/jfx17u/pull/55

[jfx17u] RFR: 8283218: Update GStreamer to 1.20.1

2022-05-09 Thread Kevin Rushforth
Almost clean backport to `jfx17u`. Tested in connection with libffi update in the `test-kcr-17.0.4` branch. The only difference from the mainline patch is that the following file is not present in `jfx17u`, so that part of the patch was skipped:

[jfx17u] RFR: 8280840: Update libFFI to 3.4.2

2022-05-09 Thread Kevin Rushforth
Clean backport to `jfx17u`. Tested in connection with gstreamer / glib update in the `test-kcr-17.0.4` branch. - Commit messages: - 8280840: Update libFFI to 3.4.2 Changes: https://git.openjdk.java.net/jfx17u/pull/53/files Webrev:

Re: Jpopupmenu Bug/Glitch When Showing Submenu

2022-05-09 Thread Davide Perini
I add a video that shows the issue. https://www.youtube.com/shorts/IYq_yHemsgA as you can see, there is no issue until I put the mouse pointer over the JMenu (submenu), once I put the mouse on the JMenu the entire JPopupMenu shows the glitch. Thanks Davide Il 09/05/2022 18:04, Davide Perini

Re: Jpopupmenu Bug/Glitch When Showing Submenu

2022-05-09 Thread Davide Perini
I can't load images unfortunantly but this is the minimum code to reproduce the issue. It seems that there is no way to add JMenu to JPopupMenu without having this glitch. Is this a problem in JavaFX? I see non obvious errors in my code. Thanks Davide package org.dpsoftware; import

Re: RFR: 8284654: Modal behavior returns to wrong stage

2022-05-09 Thread Thiago Milczarek Sayao
On Fri, 22 Apr 2022 19:26:36 GMT, Thiago Milczarek Sayao wrote: > When there's an APPLICATION_MODAL window, all other windows are disabled and > re-enabled when the APPLICATION_MODAL window closes. This causes > `requestToFront()` to be called on every window, and it does not guarantee >

Re: RFR: 8284654: Modal behavior returns to wrong stage [v2]

2022-05-09 Thread Thiago Milczarek Sayao
> When there's an APPLICATION_MODAL window, all other windows are disabled and > re-enabled when the APPLICATION_MODAL window closes. This causes > `requestToFront()` to be called on every window, and it does not guarantee > order. > > The fix also works for: >

Re: RFR: 8284654: Modal behavior returns to wrong stage

2022-05-09 Thread Ambarish Rapte
On Fri, 6 May 2022 13:37:22 GMT, Thiago Milczarek Sayao wrote: > Did you test it on Linux? I tested it on MacOS Catalina 10.15.7 > the window should not accept focus when disabled, The window does not really gets the focus. The button cannot be clicked. but it does bring the window in

Re: RFR: 8277785: ListView scrollTo jumps to wrong location when CellHeight is changed [v4]

2022-05-09 Thread Florian Kirmaier
On Sun, 8 May 2022 18:56:45 GMT, Johan Vos wrote: >> @johanvos >> As requested, we've made a unit test, which tests this bug. >> It's based on your test and our original test class. It can be added to the >> ListViewTest. >> You can find it, in the JDK ticket. >> >> Btw, adding the cells