On Sat, 12 Jul 2025 10:35:23 GMT, Marius Hanl wrote:
>> Currently, the VirtualFlowTestUtils used ONLY for tests has many utility
>> methods to get and do something with the VirtualFlow of Virtualized Controls.
>>
>> It has one flaw: It may creates a temporary Stage with the StageLoader, when
>
On Thu, 10 Jul 2025 19:43:15 GMT, Andy Goryachev wrote:
>> I thought about this as well. No strong opinion from my side.
>
> there should be no noise: it's more of a question of instructing the
> developer why their test failed. if there is no message, the NPE will happen
> in the context of t
> Currently, the VirtualFlowTestUtils used ONLY for tests has many utility
> methods to get and do something with the VirtualFlow of Virtualized Controls.
>
> It has one flaw: It may creates a temporary Stage with the StageLoader, when
> the Control was never inside a Scene (and Stage) yet. This
On Sun, 15 Jun 2025 13:56:05 GMT, Marius Hanl wrote:
> Currently, the VirtualFlowTestUtils used ONLY for tests has many utility
> methods to get and do something with the VirtualFlow of Virtualized Controls.
>
> It has one flaw: It may creates a temporary Stage with the StageLoader, when
> the
On Wed, 18 Jun 2025 10:43:38 GMT, Marius Hanl wrote:
>> modules/javafx.controls/src/test/java/test/com/sun/javafx/scene/control/infrastructure/VirtualFlowTestUtils.java
>> line 349:
>>
>>> 347: flow = (VirtualFlow)control.lookup("#virtual-flow");
>>> 348:
>>> 349: if (sl != nul
On Wed, 18 Jun 2025 10:43:38 GMT, Marius Hanl wrote:
>> modules/javafx.controls/src/test/java/test/com/sun/javafx/scene/control/infrastructure/VirtualFlowTestUtils.java
>> line 349:
>>
>>> 347: flow = (VirtualFlow)control.lookup("#virtual-flow");
>>> 348:
>>> 349: if (sl != nul
On Mon, 16 Jun 2025 17:44:48 GMT, Andy Goryachev wrote:
>> Currently, the VirtualFlowTestUtils used ONLY for tests has many utility
>> methods to get and do something with the VirtualFlow of Virtualized Controls.
>>
>> It has one flaw: It may creates a temporary Stage with the StageLoader, when
On Sun, 15 Jun 2025 13:56:05 GMT, Marius Hanl wrote:
> Currently, the VirtualFlowTestUtils used ONLY for tests has many utility
> methods to get and do something with the VirtualFlow of Virtualized Controls.
>
> It has one flaw: It may creates a temporary Stage with the StageLoader, when
> the