Bug 552723

Summary: FilteredList deselect all the selection on UI in Eclipse 4.10
Product: [Eclipse Project] Platform Reporter: Rajeev Chattri <rajeevchattri>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: major    
Priority: P3 CC: rajeevchattri
Version: 4.10   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:
Attachments:
Description Flags
setElement() change and UI selection issue none

Description Rajeev Chattri CLA 2019-11-06 03:24:26 EST
Created attachment 280520 [details]
setElement() change and UI selection issue

FilteredList.setElements() method is deselecting all the selection of elements on UI. Due to this, selection on UI is not highlighted and also selecting the element doesn't highlight it. Please refer the attachment "setElements()_UI_Selection.png" for detail. There seems to be a change ("fList.deselectAll()") in method setElements() which has been shown in the attachment "setElements()_UI_Selection.png". In eclipse 3.8 the same selection functionality works fine but it's causing issue in 4.10. Not sure if it is a bug or not :). Any lead would be appreciated. Thanks.