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

Try our conversational search powered by Generative AI!

Memory leaks when opening the LinkCollectionEditor from the overlay

Found in

Release 7.5

Created

Jul 11, 2014

Updated

Oct 30, 2014

Area

Falcon/CMS/Edit UI/Editing

State

Closed, Fixed and Tested


Steps to reproduce

Memory leaks when opening the LinkCollectionEditor from the overlay 

 

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

 

To reproduce this add the code below to page template that has a link collection, click on the overlay item for the link collection.

Click outside

Navigate to another page

 

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