I made this playground example to show what I am trying to do 
http://tinyurl.com/pm6rvvb

This is a ContainerComposite that contains a ToolBar. The ToolBar itself 
contains two buttons.

What I am trying to do is that no mater where I click __inside__ the 
ContainerComposite, even the buttons, the container should listen the 
click ("pointerdown") and call the callback function.

When I click __anywhere__ outside the container, be it the white space 
or the third button, the ContainerComposite should detect the click, 
determine that it is outside of it and act accordingly.

------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to