Re: [Dynapi-Dev] Whats the problem

2001-03-01 Thread Doug Melvin
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

Re: [Dynapi-Dev] Whats the problem

2001-02-28 Thread Jordi - IlMaestro - Ministral
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: [

Re: [Dynapi-Dev] Whats the problem

2001-02-28 Thread Doug Melvin
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

Re: [Dynapi-Dev] Whats the problem

2001-02-28 Thread Jordi - IlMaestro - Ministral
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

[Dynapi-Dev] Whats the problem

2001-02-28 Thread Eytan Heidingsfeld
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