RFR: 8246202: ChoiceBoxSkin: misbehavior on switching skin, part 2
Jeanette Winzenburg
fastegal at openjdk.java.net
Wed Oct 14 14:46:16 UTC 2020
On Wed, 14 Oct 2020 14:42:42 GMT, Ajit Ghaisas <aghaisas 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 :)
darn oversight .. thanks for spotting it :)
-------------
PR: https://git.openjdk.java.net/jfx/pull/320
More information about the openjfx-dev
mailing list