when opening name editor set focus to it
authorKatja Luther <k.luther@bgbm.org>
Fri, 1 Feb 2019 08:54:28 +0000 (09:54 +0100)
committerKatja Luther <k.luther@bgbm.org>
Fri, 1 Feb 2019 08:54:28 +0000 (09:54 +0100)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/EditorUtil.java

index f198d42673b804f705d102165f19b894e7682f1f..93a7446158f19a6794bd99b075b7960b72567a2d 100644 (file)
@@ -208,6 +208,7 @@ public class EditorUtil extends AbstractUtility {
         String partIdMedia = AppModelId.PARTDESCRIPTOR_EU_ETAXONOMY_TAXEDITOR_EDITOR_VIEW_MEDIA_E4_MEDIAVIEWPARTE4;
         showPart(partIdMedia, modelService, partService);
         showPart(partIdFactualData, modelService, partService);
+        editor.setFocus();
     }
 
     public static MPart checkForChanges(UUID taxonUUID, EPartService partService ){