Re: Styling HBox/VBox/GridPane child properties (hgrow, margin, columnIndex, etc)

2025-02-23 Thread John Hendrikx
I have a draft PR for this now. I'd appreciate some feedback, before I flesh this out completely (I'd need to add CSS documentation for example). https://github.com/openjdk/jfx/pull/1714 --John On 11/02/2025 23:47, John Hendrikx wrote: > > Hi list, > > I've done a little proof of concept where

Re: RFR: 8349924: Additional WebKit 620.1 fixes from WebKitGTK 2.46.6

2025-02-23 Thread Jay Bhaskar
On Sat, 22 Feb 2025 13:48:06 GMT, Kevin Rushforth wrote: >> WebkitGTK 2.46.6 has additional fixes for crash and rendering issue, the >> crash fix is related to Skia CPU rendering which does not apply to JavaFX >> Webkit. >> This patch has been tested on Jenkins and there is no side effects >>

Re: RFR: 8349924: Additional WebKit 620.1 fixes from WebKitGTK 2.46.6 [v2]

2025-02-23 Thread Jay Bhaskar
> WebkitGTK 2.46.6 has additional fixes for crash and rendering issue, the > crash fix is related to Skia CPU rendering which does not apply to JavaFX > Webkit. > This patch has been tested on Jenkins and there is no side effects introduced. Jay Bhaskar has updated the pull request incrementall

RFR: 8350149: VBox ignores bias of child controls when fillWidth is set to false

2025-02-23 Thread John Hendrikx
Fixes the case where `VBox` will ignore the (horizontal) bias of a child when its fill width property is set to `false`. This manifests itself with labels that have their wrap text property set to `true`, and the container is not wide enough to hold the text on a single line (in other words, th