Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detecting new div before leaving the other one
Message
From
21/03/2016 10:12:57
 
 
To
21/03/2016 05:46:03
General information
Forum:
Javascript
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01633406
Message ID:
01633420
Views:
42
>Think of the old "events call methods". Set minimal flags/propertystates in the events if necessary and call a handler in the mouseover, which will also take care of the flags of latest mouseout

Yes, that's what I have.

I have onmouseover event like this:
function DivOnMouseOver()
{
   lDivOnMouseOver=true
   return true
}
But, when the mouse out is executed on the other div, this is not set yet and the mouse out event thinks the other div is not hovered yet.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform