The DOM handlers are automatically removed by GWT when you destroy that object (i.e. that widget is removed from the DOM). This is why you should always capture browser events in this way rather than using JSNI. If you do create your own custom handlers, then you'll need to remove those onDetach() of the widget or you'll have a leak.
Sincerely, Joseph -- 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/-/uSvSKur4VocJ. 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.
