Here's a little snippet of the code:
if ("click".equals(event.getType())) {
onEnterKeyDown(context, parent, value, event, valueUpdater);
} else if ("mouseover".equals(event.getType())) {
onMouseOver(context.getIndex(), event);
} else if ("mouseout".equals(event.getType())) {
onMouseOut(context.getIndex(), event);
}
Well, when I first enter the cell with my mouse, onMouseOver is called, then
when I move inside the same cell and mouse over the texte, onmouseover is
called a second time.
Someone have an idea how to fix this ?
--
Christian Goudreau
www.arcbees.com
--
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.