Re: [jfx24u] RFR: 8354940: Fail to sign in to Microsoft sites with WebView

2025-06-02 Thread duke
On Mon, 2 Jun 2025 09:02:34 GMT, Gopal Pattnaik wrote: > A clean backport to jfx24u. This is a webkit fix, need to be back ported for > the sources sync with the mainline. @Gopalora Your change (at version 749cc2446bbc0fa28a92fc93616ede9e8f384611) is now ready to be sponsored by a Committer.

RFR: 8358454: Wrong tags in cssref.html

2025-06-02 Thread Michael Strauß
Some `` tags in cssref.html are written as `` or ``. It should be ``, since it is a void element. A single reviewer is sufficient. - Commit messages: - fix wrong HTML tags Changes: https://git.openjdk.org/jfx/pull/1820/files Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1820

Re: RFR: 8345348: CSS media feature queries [v29]

2025-06-02 Thread Michael Strauß
> Implementation of [CSS media > queries](https://gist.github.com/mstr2/cbb93bff03e073ec0c32aac317b22de7). Michael Strauß has updated the pull request incrementally with one additional commit since the last revision: fix wrong HTML tags - Changes: - all: https://git.openjdk.o

JavaFX MediaView Problem After Win10 to Win11 Update

2025-06-02 Thread Bryon Dunkley-Smith
Hi All, First time poster and so I trust this is an appropriate question to ask here. I have a legacy JavaFX based application which in part displays a sequence of short (.MP4) videos which has functioned flawlessly for several years as demonstrated here https://www.youtube.com/watch?v=CMv6

JavaFX 24.0.2 will be closed for fixes on June 9th

2025-06-02 Thread Kevin Rushforth
All, If you have backports that you want to get into jfx24u for JavaFX 24.0.2, please do so by Monday, June 9th. Note that approval from one of the project leads is needed as outlined in this message [1]. Thanks. -- Kevin [1] https://mail.openjdk.org/pipermail/openjfx-dev/2025-January/05181

Re: RFR: 8341281: Root TreeItem with null value breaks TreeTableView [v4]

2025-06-02 Thread Ambarish Rapte
On Tue, 27 May 2025 16:09:52 GMT, Ziad El Midaoui wrote: >> When the Root TreeItem is set to null, need to relayout to show the children >> items > > Ziad El Midaoui has updated the pull request incrementally with one > additional commit since the last revision: > > Minor change : new line

Re: RFR: 8345348: CSS media feature queries [v28]

2025-06-02 Thread Michael Strauß
> Implementation of [CSS media > queries](https://gist.github.com/mstr2/cbb93bff03e073ec0c32aac317b22de7). Michael Strauß has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 44 commits: - Merge branch 'master' into feature/media-queries

Font on Ubuntu 24.04

2025-06-02 Thread Thiago Milczarek Sayão
Hi, For some reason when using the Ubuntu font-family, bold is not working - it chooses the Ubuntu Regular font. It works on Ubuntu 20.04, and does not work on Ubuntu 24.04. Something probably changed and needs to be updated on JavaFX. public class FontTest extends Application { @Override

Re: RFR: 8345348: CSS media feature queries [v27]

2025-06-02 Thread John Hendrikx
On Thu, 29 May 2025 15:47:20 GMT, Michael Strauß wrote: >> Implementation of [CSS media >> queries](https://gist.github.com/mstr2/cbb93bff03e073ec0c32aac317b22de7). > > Michael Strauß has updated the pull request incrementally with one additional > commit since the last revision: > > reorder

[jfx21u] RFR: 8354940: Fail to sign in to Microsoft sites with WebView

2025-06-02 Thread Johan Vos
Hi all, This pull request contains a backport of commit ac12979b from the openjdk/jfx repository. The commit being backported was authored by Gopal Pattnaik on 22 May 2025 and was reviewed by Kevin Rushforth and Jay Bhaskar. Thanks! - Commit messages: - Backport ac12979bc3100cf4

[jfx17u] RFR: 8354940: Fail to sign in to Microsoft sites with WebView

2025-06-02 Thread Johan Vos
Hi all, This pull request contains a backport of commit ac12979b from the openjdk/jfx repository. The commit being backported was authored by Gopal Pattnaik on 22 May 2025 and was reviewed by Kevin Rushforth and Jay Bhaskar. Thanks! - Commit messages: - Backport ac12979bc3100cf4

[jfx24u] RFR: 8354940: Fail to sign in to Microsoft sites with WebView

2025-06-02 Thread Gopal Pattnaik
A clean backport to jfx24u. This is a webkit fix, need to be back ported for the sources sync with the mainline. - Commit messages: - Backport ac12979bc3100cf4f263a38669a59dac2b71fdce Changes: https://git.openjdk.org/jfx24u/pull/27/files Webrev: https://webrevs.openjdk.org/?repo=