Thanks,  but what happens when the widget isn't destroyed and the handlers
of a certain type are all removed?
Is it worth to unsink the events as no handler of that type is present, or
just do nothing (like GWT is doing current)?
- Ed


On Thu, Apr 26, 2012 at 1:45 AM, Joseph Lust <[email protected]> wrote:

> 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.
>

-- 
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.

Reply via email to