No, controls follow the pattern of delegating events. In the case of browser events, they would need to bubble up the DOM tree. If controls started listening to events on each child, it would defeat the purpose of using stopPropagation in composite widgets.
Developer
Bitovi
Developer
Bitovi