Project

General

Profile

« Previous | Next » 

Revision 9dfa2a29

Added by Katja Luther over 6 years ago

fix #7126: fix wrong supplemental data if scroll in details view

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/details/DetailsPartE4.java
92 92
//                return;
93 93
//
94 94
//            }
95
            //FIXME this is a temporary workaround to fix selection handling for supplemental data view
96
            // Now the supp data view gets double selection from details view and name editor (see #7126)
97
            viewer.setSelection(structuredSelection, false);
95 98
            showViewer(structuredSelection, activePart, viewer);
96 99
            return;
97 100
        }

Also available in: Unified diff