PIE icon indicating copy to clipboard operation
PIE copied to clipboard

AJAX-based apps

Open noname1810 opened this issue 14 years ago • 1 comments

When applying styles to content received with AJAX (e.g. some 'div' contents are rewritten every time user clicks a button) a linearly increasing memory consumption noticed. Removing 'behavior' properties fixes the problem.

noname1810 avatar Apr 13 '11 08:04 noname1810

Does the memory go back down when the page is reloaded?

When you say "Removing 'behavior' properties fixes the problem", do you mean removing the behavior property manually from each element's style when the element is destroyed, or something else?

lojjic avatar Sep 05 '11 17:09 lojjic