I have an app where, when I mouse over an icon I display a popup panel containing additional information (similar to gmail's popping up info when you hover above the "from" address in you inbox). The problem I have is that when using the onMouseOut, occasionally, the event gets "lost" and the popup remains open. Mousing over another icon results in two popups then being open.
My questions are: 1) is using onmouseover and onmouseout the best way to accomplish this effect 2) if so, how do I avoid leaving popups open due to missed onMouseOut events TIA --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
