Bug 111376 - AbstractModelerPropertySection refreshes when input deleted
Summary: AbstractModelerPropertySection refreshes when input deleted
Status: CLOSED FIXED
Alias: None
Product: GMF-Runtime
Classification: Modeling
Component: General (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows XP
: P3 normal
Target Milestone: ---   Edit
Assignee: Anthony Hunter CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2005-10-03 16:00 EDT by Linda Damus CLA
Modified: 2010-07-19 21:55 EDT (History)
0 users

See Also:


Attachments
Patch for org.eclipse.gmf.runtime.diagram.ui.properties (917 bytes, patch)
2005-10-03 16:02 EDT, Linda Damus CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Linda Damus CLA 2005-10-03 16:00:24 EDT
AbstractModelerPropertySection tries to avoid refreshing itself when it 
receives EMF notifications for elements that have been deleted.  

Presently, an element is considered to be deleted when its container is null 
and it has no resource. This is too restrictive.  A deleted element may have a 
container. 

In consequence, property sections extending this class and inheriting this 
behaviour may refresh themselves unnecessarily when their input has been 
deleted.
Comment 1 Linda Damus CLA 2005-10-03 16:02:46 EDT
Created attachment 27779 [details]
Patch for org.eclipse.gmf.runtime.diagram.ui.properties

Removes the restriction that an element is only deleted if its container is
null.
Comment 2 Anthony Hunter CLA 2005-10-04 15:30:20 EDT
Committed the patch
Comment 3 Anthony Hunter CLA 2005-10-04 15:30:43 EDT
Closed
Comment 4 Eclipse Webmaster CLA 2010-07-19 21:55:37 EDT
[GMF Restructure] Bug 319140 : product GMF and component
Runtime Common was the original product and component for this bug