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

Karthik P K kpk at openjdk.org
Tue Aug 22 09:40:38 UTC 2023


On Mon, 21 Aug 2023 18:41:01 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> @karthikpandelu would you please check if we already have a similar issue and create one if not?

I couldn't find a similar issue, created [JDK-8314754](https://bugs.openjdk.org/browse/JDK-8314754)

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

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

PR Comment: https://git.openjdk.org/jfx/pull/1214#issuecomment-1687830927
PR Review Comment: https://git.openjdk.org/jfx/pull/1214#discussion_r1301360221


More information about the openjfx-dev mailing list