We are seeing a problem with multiple editors [ could be the same with single editors ] too , like when we do Ajax loading / destroying editors in each page --- IE8 doesnt actually release the Memory even though we call destroy editor . IE just leaks the memory while other browsers handle them pretty well .
Can anyone tell me how to fix this issue ? We have around 8 editors and each time 20-30 MB gets added to the memory which is a show stopper .
Can anyone tell me how to fix this issue ? We have around 8 editors and each time 20-30 MB gets added to the memory which is a show stopper .
Re: Memory Leakage in IE 8
Unfortunately it's an IE issue. It's been reported and cataloged. Nothing that can be done about it other than changing the way you work around IE. In the end we can't go around fixing other people's software.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: Memory Leakage in IE 8
We can't be depending on IE that is clear , but anything could forcefully delete them ?