Bug 572403 - TableView does not remove deleted items on refresh under MacOS
Summary: TableView does not remove deleted items on refresh under MacOS
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.14   Edit
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-29 07:12 EDT by Uwe Peuker CLA
Modified: 2021-03-29 07:12 EDT (History)
0 users

See Also:


Attachments

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