On Tue, 25 Jun 2024 21:41:54 GMT, Markus Mack <mm...@openjdk.org> wrote:

>> modules/javafx.controls/src/test/java/test/javafx/scene/chart/XYNumberLineChartsTest.java
>>  line 156:
>> 
>>> 154:         NumberAxis yAxis = (NumberAxis)chart.getYAxis();
>>> 155: 
>>> 156:         List<Double> majorTickYValues = 
>>> yAxis.getChildrenUnmodifiable().stream()
>> 
>> does this code captures the ticks before the first frame of animation or 
>> after the first frame?
>> 
>> should we also check after the animation ran its course?  (I assume 
>> animation does work with the StubToolkit)
>
> this is after the animation is finished, I added a clarifying comment to the 
> test code.

thank you

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1489#discussion_r1653631212

Reply via email to