brOOper / gwt-cal

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

Memory Leak #153

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
InteractiveWidget.java Line: 100, focusPanel is being added to the RootPanel 
and is never removed. That in turns keeps the whole widget in memory.

Compile in Pretty/Detailed mode, and use Chrome's profiling tools to verify.

Original issue reported on code.google.com by mma...@gmail.com on 25 Apr 2012 at 11:54

GoogleCodeExporter commented 8 years ago
Hi,

As you mentioned the focusPanel is never removed. How are you using gwt-cal 
that it is generating a memory leak? I could find how to call the hideFocus 
method more than once.

Regards

Original comment by ctasada on 13 Feb 2013 at 10:27

GoogleCodeExporter commented 8 years ago

Original comment by Brad.Ryd...@gmail.com on 2 May 2013 at 8:49