ref #7086 Fix focus problem when saving
authorPatrick Plitzner <p.plitzner@bgbm.org>
Tue, 27 Mar 2018 14:16:42 +0000 (16:16 +0200)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Tue, 27 Mar 2018 14:16:42 +0000 (16:16 +0200)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/workingSet/WorkingSetEditor.java

index 7814cc69f80c4be6d39cf18b09adc3b7dd287694..9abb7bdded91ac918193b92c1fa145e56a005476 100644 (file)
@@ -287,6 +287,9 @@ IPartContentHasDetails, IDirtyMarkable {
 
     @Focus
     public void setFocus() {
+        if(composite!=null){
+            composite.setFocus();
+        }
         if (getConversationHolder() != null) {
             getConversationHolder().bind();
         }