Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ANALYZER-3004] - Memory Leak when working with analysis report #206

Merged
merged 1 commit into from
Apr 30, 2015

Conversation

dcleao
Copy link
Member

@dcleao dcleao commented Apr 30, 2015

  • Protovis fix.
  • Fixed tipsy leaking Tipsy instances that, would, in turn, leak referenced chart objects. Each re-render caused by clicking the legend would leak one Tipsy instance.
    The "fakeTipsyTarget" div, created by each tipsy instance, would leak, held by jQuery's cache, due to an attached event, and the element no being removed by jQuery or the event explicitly detached.

Depends on webdetails/protovis#22.

@pamval please review.

* Protovis fix.
* Fixed tipsy leaking `Tipsy` instances that, would, in turn, leak referenced chart objects. Each re-render caused by clicking the legend would leak one Tipsy instance.
   The "fakeTipsyTarget" div, created by each tipsy instance, would leak, held by jQuery's cache, due to an attached event, and the element no being removed by jQuery or the event explicitly detached.
pamval added a commit that referenced this pull request Apr 30, 2015
[ANALYZER-3004] - Memory Leak when working with analysis report
@pamval pamval merged commit 64bb722 into webdetails:master Apr 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants