webviz-subsurface-components
webviz-subsurface-components copied to clipboard
[NGRM] - enhance WLV and SLV controller mechanism
Missing event handlers for SyncLogView (onSomethngHappened CB) - We would like to be notified about mouse events that occur on a specific track on a specific well (specific controller)
Required notifications is for mouse click:
- What mouse button was used - MB1 or MB3
- type of click - mouse down, mouse up, double click
- Where did this click occur - which well (indicated by the controller), which track in that well
In addition, we need notification when a controller is removed. currently we only get notified when a controller is created.
This issue relates to #2108 in which we request a way to ask the controller if it is completely mounted yet (i.e. visible).
onTrackMouseEvent is implemented in #2113
This issue is related to #2140