Community
Participate
Working Groups
We switched over to using a special tag 'IPresentationEngine.NO_CLOSE' on MPlaceholders in order to support the fact that a part can be closeable in one perspective but not in a different one... ...but we forgot to handle the scenario where the part is being used in a simple RCP app.
Created attachment 192834 [details] Use the part's attribute if it's being rendered directly
Committed in >20110408. Applied the patch.
Marking FIXED.
Committed in >20110408. Updated the javadoc on the NO_CLOSE tag to specifically call out the two different mechanisms; use the tag on MPlaceholders when using perspectives, otherwise use the MPart's 'isCloseable' attribute.
Tom, I've added bug 342299 to track the issue with the renderer not picking up the state changes after the initial construction...good pickup.