Actions
Bug #4821
closedChanges in madlib view do not immediately show in table view
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Morpho Plugin
Target version:
Start date:
02/22/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4821
Description
If you enter an annotation in the "Column Annotation" tab then switch to the "Full Annotation" view you will not see your changes until clicking* on the table.
*In fact the clicking triggers the column selection event which then saves the state of the annotation as it exists (including the now deactivated tab). And the change "shows up".
I suppose we can respond to the tab change event and save the annotation at that point too.
Updated by ben leinfelder over 14 years ago
When the tab is changed, a column selection event is fired which triggers the annotation to be saved as it currently exists - in turn updating the view.
This results in "extra" re-rendering work in some places (ie the metadata display area in the right).
Actions