Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Memory leaks when navigating between pages

Found in

Release 7.5

Created

Jun 30, 2014

Updated

Aug 08, 2014

Area

Falcon/CMS/Edit UI

State

Closed, Fixed and Tested


Steps to reproduce

Memory leaks when navigating between pages.

 

It seems like we keep a reference to the iframes JS heap.

 

To reproduce this add the code below to page template and navigate between pages of this type.

 

<script>
    window.test = new Array(1000000).join(page ');
</script>