Community
Participate
Working Groups
- click on a model element in the browser - open the properties view - click an editable field so that the field goes into edit mode - (don't leave editing mode in-between) - click on a model element in the model browser You get: java.lang.RuntimeException: WARNING: Prevented recursive attempt to activate part org.eclipse.ui.views.PropertySheet while still in the middle of activating part org.eclipse.gmt.modisco.infra.browser.editorID
Fix the EcoreBrowser.setFocus() method : behavior has been modified (Bug 325120) for initialization step, but old behavior (giving focus to the tree viewer) prevents from the WorkBench.setActivePart() loop, as indicated here : http://www.eclipse.org/forums/index.php?t=tree&th=162976& commited into head for 0.9 (revision 3640). No issue on 0.8.1
Bug fixed.