Community
Participate
Working Groups
Description: Can not edit the Output Columns after creating a dataset Steps to reproduce: 1. New a data source, select "Script Data Source", click on "finish". 2. New a data set "ds3", select "d3", click on "finish". "Edit data set window" pops up. 3. Edit the Output Columns. Expected result: Output Columns can be edited correctly. Actual result: No reaction after click the Output Columns.
XML driver ui also has same problem.
This is SWT's bug, please see https://bugs.eclipse.org/bugs/show_bug.cgi?id=160700. I add this fix to change the sequence of setting input object and modifier for TableViewer. Fix it.
verified and closed