Open GoogleCodeExporter opened 9 years ago
What about jquery ?
Original comment by litobyte...@gmail.com
on 28 Jun 2009 at 5:03
I've tried the fix using the YAHOO javascript, but it doesn't seem to resolve
the
issue. Is anyone able to verify using sIEve that it clears the memory leaks?
It's
possible I'm not implementing in correctly. I couldn't find the dom.js and
xmlhttp.js files in the bundled version or the functions referenced anywhere. I
downloaded the 'full' version and edited them in there, but it doesn't seem to
be
making a difference. Any help appreciated
Original comment by joann...@gmail.com
on 22 Jul 2009 at 2:29
To follow up to my previous comment, I've noticed renaming dom.js and xmlhttp.js
doesn't have any negative side affects and the timeline still works. Looks
like it's
not calling them.
Original comment by joann...@gmail.com
on 22 Jul 2009 at 2:33
Yes, memory leakage is also a problem for me. Anyone can solve this?
Original comment by airmax...@gmail.com
on 22 Jul 2009 at 8:12
Good project, bad implementation
Original comment by airmax...@gmail.com
on 22 Jul 2009 at 8:33
Hey everyone,
Simile has memory leaks and it happens when you refresh the page or just
loading the
page with setTimeOut (js function) many times.
The "dispose" function included in the package doesn't do its job so well.
After many tests I have made I can tell that using YAHOO events manager is
necessary.
But not enough! - One important thing - you must use the
YAHOO.util.Event.removeListener also, which was not mentioned in this post.
I have changed the TimeLine.dispose and added few lines that remove the
listeners and
free the memory that was allocated to bands, events, bubbles etc.
I recommend you all to dispose the events allocated by Simile TimeLine in case
you
suffer from memory leaks.
I use TimeLine dynamicly, bands and events being moved according to timers
every
second - so it matters alot.
Idan.
Original comment by idan.ha...@gmail.com
on 8 Dec 2009 at 3:30
Idan can you provide your fix for the memory leakage problem?
Kind regards,
Pedro
Original comment by pbmo...@gmail.com
on 22 Dec 2009 at 3:06
Does anybody else know more about where to add the
YAHOO.util.Event.removeListener portion of the code to Timeline?
Original comment by Kla...@gmail.com
on 15 Jan 2011 at 4:21
Same request... Does anybody else know more about where to add the
YAHOO.util.Event.removeListener portion of the code to Timeline? Or otherwise
know how to with IE ensure all listeners are disposed of?
Timeline v2.3
Original comment by codebene...@gmail.com
on 11 Oct 2011 at 8:10
Original issue reported on code.google.com by
GabrielR...@googlemail.com
on 8 Apr 2009 at 2:47