I need to put a titleWindow over the canvas (either as a child or as
popup) and should be draggable by it titleBar (and not the body)
confined with the canvas and should not flow over other components on
the screen. 

I did it successfully by implementing custom dragging but that lets
the whole titleWindow draggable.

Tried with Popup manager but drag events dont get bubbled up except
close and mousedownout. I need to capture dragComplete to make confine
the dragged component into a defined boundary. I tried dragComplete on
the dragged component. 

Are there alternative ways to do this?

Reply via email to