Bug 572403

Summary: TableView does not remove deleted items on refresh under MacOS
Product: [Eclipse Project] Platform Reporter: Uwe Peuker <dev>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 4.14   
Target Milestone: ---   
Hardware: Macintosh   
OS: Mac OS X   
Whiteboard:

Description Uwe Peuker CLA 2021-03-29 07:12:28 EDT
Description:

I use a TableViewer with a ArrayContentProvider.
Input is set to an ArrayList inside the class.

Deleting an item from the ArrayList and refreshing the TableViewer only refreshes only rows with the new ArrayList-size. The last row is not deleted but doubles the previous line.

The view will be corrected after resizing a column manually.

It was only watched on MacOS.