RFR: 8283675: Line not removed from LineChart when series cleared

Andy Goryachev angorya at openjdk.org
Tue Aug 22 15:11:50 UTC 2023


On Tue, 22 Aug 2023 09:37:46 GMT, Karthik P K <kpk at openjdk.org> wrote:

>> modules/javafx.controls/src/test/java/test/javafx/scene/chart/AreaChartTest.java line 502:
>> 
>>> 500: 
>>> 501:     //JDK-8283675
>>> 502:     @Test public void testChartFillRemovedOnClearingSeries() {
>> 
>> should we add a similar test for other chart types (even if those do not have the issue)?
>
> Could be useful. Do you think it should be done as part of this PR or should we create separate bug and take it up in test sprint?

sure, we can use the upcoming test sprint to add these tests.  would you please create a ticket?

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1214#discussion_r1301774292


More information about the openjfx-dev mailing list