Bug 552992 - [JFace] AbstractTableViewer.inputChanged applies editor value to new input
Summary: [JFace] AbstractTableViewer.inputChanged applies editor value to new input
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.14   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-13 07:16 EST by Matthias Bank CLA
Modified: 2019-11-13 07:16 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.