Bug 552992

Summary: [JFace] AbstractTableViewer.inputChanged applies editor value to new input
Product: [Eclipse Project] Platform Reporter: Matthias Bank <matthias.bank>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 4.14   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:

Description Matthias Bank CLA 2019-11-13 07:16:50 EST
AbstractTableViewer.inputChanged applies the value of the current editor to the new input (in internalRefresh), because inputChanged is called after the input was changed. The current editor is editing the old input, so the editor value should be applied to the old input.