From: Jesse V. <je...@6t...> - 2003-11-10 18:51:07
|
I'm having some trouble with an on mouse out listener. * I have a layer, and on the layer, I've added an <iframe>. * I have onmouseover and onmouseout listeners on this layer. When I mouse over the iframe that's on my layer, the onmouseout gets triggered. Any idea why? Is this supposed to happen? Any way around it? Thanks for the help, Jesse |
From: Raymond I. <xw...@ya...> - 2003-11-12 17:23:22
|
I believe the mouse-over event 'should' be triggered by design. -- Raymond Irving --- Jesse Vitrone <je...@6t...> wrote: > I'm having some trouble with an on mouse out > listener. > > * I have a layer, and on the layer, I've added an > <iframe>. > * I have onmouseover and onmouseout listeners on > this layer. > > When I mouse over the iframe that's on my layer, the > onmouseout gets > triggered. Any idea why? Is this supposed to > happen? Any way around it? > > Thanks for the help, > Jesse > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: ApacheCon 2003, > 16-19 November in Las Vegas. Learn firsthand the > latest > developments in Apache, PHP, Perl, XML, Java, MySQL, > WebDAV, and more! http://www.apachecon.com/ > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree |
From: Jesse V. <je...@6t...> - 2003-11-13 13:50:53
|
I'm still struggling with this. Does anyone have any suggestions on how to put an iframe on a layer, but not have the onmouseout for the layer get called when I mouse over the iframe (still on the layer). Thanks in advance, Jesse Jesse Vitrone wrote: > I'm having some trouble with an on mouse out listener. > * I have a layer, and on the layer, I've added an <iframe>. * I have > onmouseover and onmouseout listeners on this layer. > > When I mouse over the iframe that's on my layer, the onmouseout gets > triggered. Any idea why? Is this supposed to happen? Any way around > it? > > Thanks for the help, > Jesse > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: ApacheCon 2003, > 16-19 November in Las Vegas. Learn firsthand the latest > developments in Apache, PHP, Perl, XML, Java, MySQL, > WebDAV, and more! http://www.apachecon.com/ > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help |
From: Doug M. <do...@cr...> - 2003-11-13 15:17:44
|
Cludge alert! Depending on the order in which the events are fired you _MAY_ be able to set a switch in the mouseover of the iframe that you can check in the mouseout of the layer. So: iframe.onmouseover bIgnoreNextMouseOut=true layer.onmouseout - if not bIgnoreNextMouseOut then {your code} ----- Original Message ----- From: "Jesse Vitrone" <je...@6t...> To: <dyn...@li...> Sent: Thursday, November 13, 2003 8:53 AM Subject: Re: [Dynapi-Help] onmouseout problem > I'm still struggling with this. Does anyone have any suggestions on how > to put an iframe on a layer, but not have the onmouseout for the layer > get called when I mouse over the iframe (still on the layer). > > Thanks in advance, > Jesse > > Jesse Vitrone wrote: > > > I'm having some trouble with an on mouse out listener. > > * I have a layer, and on the layer, I've added an <iframe>. * I have > > onmouseover and onmouseout listeners on this layer. > > > > When I mouse over the iframe that's on my layer, the onmouseout gets > > triggered. Any idea why? Is this supposed to happen? Any way around > > it? > > > > Thanks for the help, > > Jesse > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by: ApacheCon 2003, > > 16-19 November in Las Vegas. Learn firsthand the latest > > developments in Apache, PHP, Perl, XML, Java, MySQL, > > WebDAV, and more! http://www.apachecon.com/ > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: ApacheCon 2003, > 16-19 November in Las Vegas. Learn firsthand the latest > developments in Apache, PHP, Perl, XML, Java, MySQL, > WebDAV, and more! http://www.apachecon.com/ > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.538 / Virus Database: 333 - Release Date: 11/10/03 |
From: Jesse V. <je...@6t...> - 2003-11-13 15:22:40
|
Interesting idea, but it sounds like I'll run into some trouble, if different browsers fire the events in different orders. Worth playing around with though, I'll take a look and let you know what happens. Thanks, Jesse Doug Melvin wrote: >Cludge alert! >Depending on the order in which the events are fired you _MAY_ >be able to set a switch in the mouseover of the iframe that you can check in >the >mouseout of the layer. > >So: iframe.onmouseover bIgnoreNextMouseOut=true >layer.onmouseout - if not bIgnoreNextMouseOut then {your code} >----- Original Message ----- >From: "Jesse Vitrone" <je...@6t...> >To: <dyn...@li...> >Sent: Thursday, November 13, 2003 8:53 AM >Subject: Re: [Dynapi-Help] onmouseout problem > > > > >>I'm still struggling with this. Does anyone have any suggestions on how >>to put an iframe on a layer, but not have the onmouseout for the layer >>get called when I mouse over the iframe (still on the layer). >> >>Thanks in advance, >> Jesse >> >>Jesse Vitrone wrote: >> >> >> >>>I'm having some trouble with an on mouse out listener. >>>* I have a layer, and on the layer, I've added an <iframe>. * I have >>>onmouseover and onmouseout listeners on this layer. >>> >>>When I mouse over the iframe that's on my layer, the onmouseout gets >>>triggered. Any idea why? Is this supposed to happen? Any way around >>>it? >>> >>>Thanks for the help, >>> Jesse >>> >>> >>> >>> >>>------------------------------------------------------- >>>This SF.Net email sponsored by: ApacheCon 2003, >>>16-19 November in Las Vegas. Learn firsthand the latest >>>developments in Apache, PHP, Perl, XML, Java, MySQL, >>>WebDAV, and more! http://www.apachecon.com/ >>>_______________________________________________ >>>Dynapi-Help mailing list >>>Dyn...@li... >>>https://lists.sourceforge.net/lists/listinfo/dynapi-help >>> >>> >> >> >>------------------------------------------------------- >>This SF.Net email sponsored by: ApacheCon 2003, >>16-19 November in Las Vegas. Learn firsthand the latest >>developments in Apache, PHP, Perl, XML, Java, MySQL, >>WebDAV, and more! http://www.apachecon.com/ >>_______________________________________________ >>Dynapi-Help mailing list >>Dyn...@li... >>https://lists.sourceforge.net/lists/listinfo/dynapi-help >> >> >> > > >--- >Outgoing mail is certified Virus Free. >Checked by AVG anti-virus system (http://www.grisoft.com). >Version: 6.0.538 / Virus Database: 333 - Release Date: 11/10/03 > > > >------------------------------------------------------- >This SF.Net email sponsored by: ApacheCon 2003, >16-19 November in Las Vegas. Learn firsthand the latest >developments in Apache, PHP, Perl, XML, Java, MySQL, >WebDAV, and more! http://www.apachecon.com/ >_______________________________________________ >Dynapi-Help mailing list >Dyn...@li... >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > |