|
|
|
|
The following issue has been closed. |
|
User: Jean-Marc Orliaguet
Date: 03/03/07 17:44
Comment:
fixed by upgrading prototype.js.
the problem was in the way prototype.js cached events (using a list that grew bigger and bigger for each newly registered event instead of using a map)
|
|
the way events management is done in prototype.js 1.5.0 makes it difficult to clean up registered observers when a page is being refreshed without reloading the page entirely.
this causes leaks since the same observer is then registered several times (the old version not being properly cleaned up).
a solution is to use the new event API features in order to track and correctly remove registered observers:
ref: http://dev.rubyonrails.org/ticket/7435
|
|
|
|
![]() |
|
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets