Nifty gui, interact cancles dragging

Hi all,

i have a draggable control and inside a panel. inside the panel there is an interaction label
(for an example- interactOnClick(“blabla()”) )
i’ve noticed that when i use interactOnClick/interactOnOver inside a “draggable”, the panel (inside the draggable) that contains the interact label isn’t dragged anymore as result from some interaction (i only tried onOver and OnClick but i guess its the same case with all interactions).as a workaround i place the panel in the draggable with height=“90%”
so i’ll have some space to click/on the draggable itself and then i can drag it, but i would like to know if it is possible and how to have drag action and also interaction on the panel.
thanks.

Anyone???