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

[SP-1832] - Backport of ANALYZER-3004 - Memory Leak when working with… #207

Merged
merged 1 commit into from
May 7, 2015

Conversation

akhayrutdinov
Copy link

… analysis report (5.3 Suite)

  • 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.
    (cherry picked from commit c58220b)

@dcleao, @pamval, review it please. This is a backport of #206

… analysis report (5.3 Suite)

* 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.
(cherry picked from commit c58220b)
dcleao added a commit that referenced this pull request May 7, 2015
[SP-1832] - Backport of ANALYZER-3004 - Memory Leak when working with analysis report (5.3 Suite)
@dcleao dcleao merged commit b60002f into webdetails:5.3 May 7, 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