On Wednesday, July 25, 2012 6:23:05 PM UTC+2, Nitin wrote: > > cellTable.addCellPreviewHandler() did the trick for me. > > Now the issue is that, this method is getting called twice. Could someone > explain the reasons for the handler getting called twice? >
When changing the focused element while processing a keyboard event, some browsers fire the event again on the newly focused element. That's probably the reason it's being called twice in your case. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/TGW4pYWdKbwJ. 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.
