Bug 552723 - FilteredList deselect all the selection on UI in Eclipse 4.10
Summary: FilteredList deselect all the selection on UI in Eclipse 4.10
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.10   Edit
Hardware: PC Windows 10
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-06 03:24 EST by Rajeev Chattri CLA
Modified: 2019-11-11 01:13 EST (History)
1 user (show)

See Also:


Attachments
setElement() change and UI selection issue (281.29 KB, image/png)
2019-11-06 03:24 EST, Rajeev Chattri CLA
no flags Details

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