Bug 578980 - MarkerSupportView: It should be possible dynamically filter markers with certain attributes.
Summary: MarkerSupportView: It should be possible dynamically filter markers with cert...
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.23   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-25 11:38 EST by Enda O Brien CLA
Modified: 2022-02-25 11:38 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Enda O Brien CLA 2022-02-25 11:38:48 EST
For our use case we require a "Suppress Marker" action that allows a selected marker to be filtered based on some of its attributes.

A filter can be defined using the filterClass attribute of markerField - OK

The action is invoked using right click context menu. - OK

Attributes of the marker are stored as being suppressed by our application - OK

As per the defined filter, MarkerSupportView is refreshed and any marker matching stored attributes is not shown in the MarkerSupportView. - NOK

The stored list of suppressed markers is available in a custom dialog. -OK

The list in the custom dialog can be edited and changes applied to MarkerSupportView. - NOK

The issue is that the markers API does not provide a way for applications to refresh the MarkerSupportView after a filter has changed. (At least not outside of the FilterConfigurationDialog).