[Prototype-core] Memory Leak in IE

2009-09-30 Thread kef
Hello, I am currently working on an AJAX application (prototype 1.6.1). As usual, it runs very well on Chrome and Firefox but we encounter difficulties, particularly with Internet Explorer 6. After much research, it appears that the problem is related to the memory leak. In fact, i reload only

[Prototype-core] Memory Leak on IE

2008-10-30 Thread Yee Keat Phuah
Hi, Was trying to cut the memory leak reported with this tool - http://home.wanadoo.nl/jsrosman/. Found out that there are some memory leaks in prototype's Event.observe, only when the element that is observed is not within the document DOM, this might happen when 1. I have not attached the

[Prototype-core] Memory leak in IE; prototype version 1.5.1 and up. Caused by String.prototype.escapeHTML improvements

2008-05-02 Thread ggranum
We are seeing a very large memory leak in IE ( 6 7 and 8) when we open and close dialog windows from within our application. I narrowed it down to the following code change from version 1.5.0 to 1.5.1: -- if (Prototype.Browser.WebKit || Prototype.Browser.IE)