Good idea, hadn't thought of that. Just tried, and the cursor is still in place when the NativePreviewHandler is called, so this works! Debating whether this is a better hack than detecting MouseOut though, since this would have to be implemented for clicking of items outside the RTA versus a solution that can be architecturally maintained within the RTA.
Curses to IE...thanks for the idea jk On Apr 8, 2:27 pm, Katharina Probst <[email protected]> wrote: > Not sure what exactly you've already tried, but have you looked at > NativePreviewHandler? Something like: > > Event.addNativePreviewHandler(new NativePreviewHandler() { > public void onPreviewNativeEvent(NativePreviewEvent myEvent) { > ... > } > > } > > kathrin -- 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.
