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, so may take a
while,
> but I'll place it there. I'll try, at least. problem is that some browsers
> behave this way by default and some others don't. If we want to suppport
both
> either we hack one or another.
>
>
> Doug Melvin 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: [Dynapi-Dev] Whats the problem
> >
> > > 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 onmouseout the layer where we
are
> > going is a child of
> > > the one we are leaving, and if so cancelling the event because we
don't
> > want that event to
> > > proceed any further.
> > >
> > > This is what it does. Now we can discuss if it should do it or not.
> > >
> > > Cya
> > >
> > >
> > > Eytan Heidingsfeld wrote:
> > >
> > > > 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.contains(e.fromElement) { return true };
> > > >
> > > > _______________________________________________
> > > > Dynapi-Dev mailing list
> > > > [EMAIL PROTECTED]
> > > > http://lists.sourceforge.net/lists/listinfo/dynapi-dev
> > >
> > >
> > > _______________________________________________
> > > Dynapi-Dev mailing list
> > > [EMAIL PROTECTED]
> > > http://lists.sourceforge.net/lists/listinfo/dynapi-dev
> > >
> >
> > ---
> > Outgoing mail is certified Virus Free by AVG Free Edition
> > Download at: http://www.grisoft.com/html/us_index.cfm
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01
> >
> > _______________________________________________
> > Dynapi-Dev mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/dynapi-dev
>
>
> _______________________________________________
> Dynapi-Dev mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-dev


---
Outgoing mail is certified Virus Free by AVG Free Edition
Download at: http://www.grisoft.com/html/us_index.cfm
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01


_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to