Reproduce:
- Have an event based process with mapped nodes
- Select different mapped nodes
Expected:
- The table containing the events scrolls to the mapping for the selected node
Observed:
- The table does not scroll
—
Hint:
This is probably because we reload the table when the selection changes (in order to get recommended mappings). The code for scrolling to the selected element is still there: https://github.com/camunda/camunda-optimize/blob/b960630472e7f3d3424a0acf86f20e22241e5505/client/src/components/Events/EventTable.js#L130
This is the controller panel for Smart Panels app
- is related to
-
OPT-3340 Improve mappings and events table UX
- Done