Miri Sachs
Miri Sachs
The workaround doesn't hold if moving to a second tab and back again to the tab showing the logs. This makes this issue more urgent. https://github.com/equinor/webviz-subsurface-components/assets/18436935/582d4771-a18c-4ca1-9a37-b83f129bb84a
@Vladimir-Kokin , see storybook example for classification layout. the bug is observed when switching to tab 2
fixed by #2047
The bug is in Videx codebase - need to follow up on a fix in Videx and update the version when this bug is fixed: https://github.com/equinor/videx-wellog/issues/214
Videx bumped to version 0.9.4 which contains an improvement for this problem (albeit not a complete fix)
Bug is still re-creatable in Viz storybook when a domain is applied.
The current implementation overrides the colorTables in a global way, thus adding a function overrides the possibility to have some tracks use regular color tables. We would like this implementation...
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).
relates to #2472