Hi, I wrote a simple Widget that registered for mouseover and mouseout events to handle image rollover (i.e. when mouse is over the Widget one image is displayed and when moved out another image is displayed).
It works well when the mouse movement is slow however if I move the mouse quickly from the Widget the mouseout event does not always appear to be fired - as the "over" image remains rendered and my event handler is not called. I can simply create when I need with normal CSS however I really wanted to keep all my images within a ClientBundle and had therefore hoped to replicate my need entirely with GWT. Is this a known issue (previous posts suggest others have the same issue)? Is there a workaround? Worst case, what path can I use in CSS to access images in my.gwt.app.client package, so I don't need to deploy some images in \war and others (under GWT ClientBundle control) within the .client sub-package? Thanks, Mike -- 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.
