I think that this is relevant for any widget that has mouse events and also can contain other widgets.
I use FocusPanel and inside the focus panel I have a HorizontalPanel with a few buttons. I created a mouseOver and mouseOut handlers that whenever the mouse gets into the panel, the background changes and also a new button appear. If the mouse go out of the panel, the background changes back and the button disappear. The problem is this: Whenever I move the mouse over one of the buttons, an event of "mouseOut" is fired and the background changes and the new button disappear - This happens for a flash of a second and the mouseOver event is fired again. All of the time the mouse stays on the focusPanel My question is, why is the mouseOut event is fired and how can I implement the require behavior? Thank you very much Yossi
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.