Actions
Bug #4902
closedAnnotations duplicated during editing
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Morpho Plugin
Target version:
Start date:
03/24/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4902
Description
Still trying to track down the scenario in which this occurs. I believe it might have something to do with re-reading the annotation from disk after a datapackage is closed (the intent being to revert back to the last saved version instead of the current version in memory).
Updated by ben leinfelder over 14 years ago
Stale listeners were hanging around and responding to events that they should not have responded to - hence duplicating the same actions when windows were closed then reopened.
Now when the window closes, we remove the listeners (and hope they are GCed)
Actions