stopPropagation

Dirk Mueller mueller at kde.org
Thu May 1 00:14:03 BST 2003


On Die, 29 Apr 2003, pettay at mappi.helsinki.fi wrote:

> stopPropagation seems not to work properly always.

like, when?

> I'm wondering why there is the "evt->stopPropagation(false)" line
> in the dom_nodeimpl.cpp. 

The reason is that you can stop the propagation of the capturing phase and 
the bubble phase, and both are independant, that means the stopping of the 
propagation of the capturing phase does not avoid the bubble phase. 


-- 
Dirk




More information about the kfm-devel mailing list