eclipse-modisco / org.eclipse.modisco

Eclipse Public License 2.0
0 stars 0 forks source link

[Model Browser] warning: recursive attempt to activate part PropertySheet #568

Closed eclipse-modisco-bot closed 5 hours ago

eclipse-modisco-bot commented 5 hours ago

| --- | --- | | Bugzilla Link | 328346 | | Status | CLOSED FIXED | | Importance | P2 normal | | Reported | Oct 21, 2010 09:27 EDT | | Modified | Jan 11, 2011 05:06 EDT | | Version | 0.9.0 | | Reporter | Nicolas Bros |

Description

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

eclipse-modisco-bot commented 5 hours ago

By Fabien Giquel on Dec 14, 2010 11:51

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

eclipse-modisco-bot commented 5 hours ago

By Hugo Bruneliere on Jan 11, 2011 05:06

Bug fixed.