Hi I am a member of the Pyjamas community (a python port of GWT). Today I ran into a problem caused by how firefox and chrome triggers these events, and I would like to see if anyone could confirm if this problem exists on GWT, or if it is a problem in the python port.
The problem can be described like this: say i have a panel A with a second smaller panel B inside. Both have mousehandlers. Say my mouse pointer is already inside A, but not B and then I move the pointer into B and then back out. In firefox: *when i move cursor into B: B triggers onMouseEnter twice. *when i move cursor off B: B triggers onMouseLeave once, A triggers onMouseEnter twice chrome: *when i move cursor into B: B triggers onMouseEnter once. *when i move cursor off B: B triggers onMouseLeave once. Please it would be great if someone could try this in GWT and let us know the results. Thanks Gustaf -- 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.
