From: Thomas V. <tv...@co...> - 2001-06-19 12:40:03
|
I think I've narrowed it down. In my core.api.events.js in the function DynLayer.EventMethod there is an IF clause if (is.ie). In there one line is if (e.type!="mouseout" && e.type!="mouseover") e.cancelBubble=true Does anyone know why bubbling has to be cancelled at this point? What I've found so far is that the click event hits the image I placed in there as HTML code and never gets bubbled to the parent, which is a DynLayer. Any ideas? Thomas |