RFR: 8246202: ChoiceBoxSkin: misbehavior on switching skin, part 2
Ajit Ghaisas
aghaisas at openjdk.java.net
Wed Oct 14 14:46:12 UTC 2020
On Wed, 14 Oct 2020 10:34:54 GMT, Jeanette Winzenburg <fastegal at openjdk.org> wrote:
> issue is a listener in ChoiceBoxSkin that wasn't removed (forgotten in my first cleanup ;)
>
> Removed, un-ignored test that failed/passed before/after the fix
modules/javafx.controls/src/test/java/test/javafx/scene/control/skin/SkinCleanupTest.java line 114:
> 112:
> 113: /**
> 114: * FIXME: Left-over from ChoiceBox fix.
along with @Ignore, we need to get rid of this FIXME comment as well :)
-------------
PR: https://git.openjdk.java.net/jfx/pull/320
More information about the openjfx-dev
mailing list