neo09 / gwt-platform

Automatically exported from code.google.com/p/gwt-platform
0 stars 0 forks source link

TabContentProxyImpl never unregister its handler #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Look at:
TabContentProxyImpl.onBind

it doesn't call registerHandler, so the handler will not be released when 
unbinding.

Original issue reported on code.google.com by philippe.beaudoin on 9 Apr 2010 at 5:35

GoogleCodeExporter commented 9 years ago
That's the desired behavior. Proxys are bound once at the beginning of the 
application and are never meant to be unbound.

Original comment by philippe.beaudoin on 16 Apr 2010 at 7:02