1. JavaFX and dropTarget bug icefaces.orgHi 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. ... |
2. BUG:dropTarget area position not changing through panelGroup tag icefaces.org |
3. DropTarget on Popup with position:fixed icefaces.orgI 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 ... |
4. Unable to make a panelgroup DropTarget. icefaces.org |