Issue (View Online)

Key: NXP-706
Issue Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Jean-Marc Orliaguet
Reporter: Jean-Marc Orliaguet
Original Estimate: 2 days
Remaining Estimate: 2 days

Operations

View all
View comments
View history
NXThemes editor: DOM events are not properly unregistered 
Updated: 03/03/07 12:49   Created: 03/03/07 12:49  

Project: Nuxeo Enterprise Platform 5
Affects Versions: 5.1 M1
Fix Versions: 5.1 M2

 Description   

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

This message was automatically generated by Atlassian JIRA Enterprise Edition, Version: 3.7.2-186 - Bug/feature request.
If you think it was sent incorrectly, contact one of this server's administrators.

_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to