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
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
>>
> 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
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