fix #8959: set focus to synonym after moving synonym to other homotypic group
authorKatja Luther <k.luther@bgbm.org>
Tue, 21 Apr 2020 07:45:34 +0000 (09:45 +0200)
committerKatja Luther <k.luther@bgbm.org>
Tue, 21 Apr 2020 07:45:34 +0000 (09:45 +0200)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/e4/dnd/NameEditorDropTargetListenerE4.java

index 8a1d58bae664eba94461ffa53bde218eaf848f1c..729b4a62fc2be01f6a65320847356d3ab1345472 100644 (file)
@@ -93,6 +93,7 @@ public class NameEditorDropTargetListenerE4 extends DropTargetAdapter {
 
                }
                target.getEditor().redraw();
+               target.getEditor().getContainer(taxonBase).setFocus();
 
        }