ick.
- Original Message -
From: "Jordi - IlMaestro - Ministral" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 01, 2001 12:11 AM
Subject: Re: [Dynapi-Dev] Whats the problem
> Yes, we can. We're cleaning and rewriting everything now, s
vin wrote:
> can we make that optional?
> like, DynAPI.setChildAware(true) ?
> - Original Message -
> From: "Jordi - IlMaestro - Ministral" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, February 28, 2001 6:25 AM
> Subject: Re: [
can we make that optional?
like, DynAPI.setChildAware(true) ?
- Original Message -
From: "Jordi - IlMaestro - Ministral" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 28, 2001 6:25 AM
Subject: Re: [Dynapi-Dev] Whats the problem
> Me Gui
Me Guilty !
Imagine layer A and layer B inside A. You move your mouse inside A. A receives
mouseover. You
continue moving inside A an enter B. Well, you didn't leave A at all but IE and DOM
browsers
will send a mouseout event to A. But you didn't leave A.
What this code does (IE) is seeing if
The following lines apear in dynlayer.js. What do we need to find the
equlivent of the event types are right (I checked it out)?
// Need to find this IEs equivalent for NS6
//if (e.type=="mouseout" && this.contains(e.toElement)) { return true };
//if (e.type=="mouseover" && this.c