Re: Applet Life Cycle not respected in IE browser family

2010-12-21 Thread shortpasta
I opened this issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=5788 -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group

Applet Life Cycle not respected in IE browser family

2010-12-19 Thread shortpasta
Description After an applet is supposedly destroyed, it's init () and start () methods are called again. Does not work in IE 6, IE 7, and IE 8. Works fine in Chrome. Use case: 1. Create a Tab 2. Add an applet 3. Applet's init () and start () methods are called, as expected 4. Close the tab via tab