dropTarget « IceFaces « JSF Q&A





1. JavaFX and dropTarget bug    icefaces.org

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

3. DropTarget on Popup with position:fixed    icefaces.org

I experience something mysterious. I have a Popup with a dropTarget on it. Everything works fine, until i give the popup position:fixed. When scrolling down the page the popup acts as it should. It's pinned to it's screenposition and stays on screen. Only problem is, dropping stuff on the dropTarget stops working. I tried to figure out why and played around ...