Using JmeCanvas won't let JavaFX ComboBox show

Hi!

I have a swing workspace with different panels:A panel is a JMonkey Canvas,others are JavaFX panels with differente Components.
All runs great but ComboBox won’t open and show popup. If i press the button the element goes highlighted and if i print “isShowing()” it returns true. However,if i remove the canvas all works correctly.

Issue happens with ChoiceBox too,so is there any canvas setting that can interfere with FX’ cells?
If you need any code or testcase.just tell me.

Sounds like the swing issue with lightweight versus heavyweight popups. You might look to see if JavaFX has something similar. I have no familiarity with JavaFX so can’t really help there.