stopPropagation
pettay at mappi.helsinki.fi
pettay at mappi.helsinki.fi
Tue Apr 29 13:35:10 BST 2003
Hi,
stopPropagation seems not to work properly always.
I'm wondering why there is the "evt->stopPropagation(false)" line
in the dom_nodeimpl.cpp. When I removed it
the stopPropagation started to work at least when called by event target.
-Olli
+++ dom_nodeimpl.cpp
@@ -511,7 +511,6 @@
--it;
if (evt->bubbles()) {
- evt->stopPropagation(false);
NodeImpl* propagationSentinel = 0;
evt->setEventPhase(Event::BUBBLING_PHASE);
More information about the kfm-devel
mailing list