Hi all, currently I'm developing an application, where someone can drag an icefaces component and drop it on a JavaFX applet. Therefore the JavaFX applet is in a ice:panelgroup with dropTarget=true. My problem is, whenever I hover over the ice:panelgroup for the first time (after loading the page) and then just leave it (without having anything done), the ice:panelgroup gets reloaded. ...