Pintouch/gwt-cal

Memory Leak

Opened this issue · 2 comments

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

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

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

  • Added labels: Type-Review
  • Removed labels: Type-Defect