On Fri, 21 Mar 2025 14:37:56 GMT, Ziad El Midaoui
wrote:
>> Added multi line prompt support for TextArea this will provide the ability
>> to have multiple lines in textArea as expected,
>> Also fixed tests to meet the new changes
>
> Ziad El Midaoui has updated the pull request incrementally wi
On Sat, 22 Mar 2025 02:12:48 GMT, Jay Bhaskar wrote:
> It is better to use dynamically calculated safe limit instead of a hardcoded
> value like 250.
The problem doesn't seem to be resource exhaustion. It seems that Apple is
using a hard-coded number specifically to detect a potential case of
On Tue, 25 Feb 2025 00:42:04 GMT, Kevin Rushforth wrote:
>> John Hendrikx has updated the pull request with a new target base due to a
>> merge or a rebase. The incremental webrev excludes the unrelated changes
>> brought in by the merge/rebase. The pull request contains two additional
>> comm
On Fri, 28 Feb 2025 21:30:31 GMT, John Hendrikx wrote:
>> 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
On Fri, 21 Mar 2025 21:25:43 GMT, Andy Goryachev wrote:
>> There is an undocumented limit on nesting calls to CFRunLoopRun (or the
>> equivalent wrapper NSRunLoop methods). When the limit is hit the OS
>> terminates the Java app. The situation arises when a JavaFX app creates too
>> many neste
This PR will forward more Label calculations to LabeledSkinBase, as they are
quite complex, especially when a Graphic is involved which is a full-fledged
`Node`. More specifically, this solves issues with TitledPane when the graphic
is resizable (ie. an HBox is placed as Graphic in the titled pa