
I have nested docksites. The outer docksite contains document windows and within the document window there is a docksite that contains toolwindows. When I have a toolwindow event, i.e. window closed or window dragging or dragged, both the inner and outer docksite receive the messages.
Is that the correct intention of the events?
For a workaround I have to ensure that both docksites contain the event handlers that handle the same events and those I don't want to bubble to the outer docksite I call e.handled="true".
Is that the correct intention of the events?
For a workaround I have to ensure that both docksites contain the event handlers that handle the same events and those I don't want to bubble to the outer docksite I call e.handled="true".