Description
The new toggle panel introduced by SYNCOPE-1047 has some behavioral anomalies:
- when an entity (row) is deleted, the panel remains open on that entity
- when new entity is added (by pressing the button +), the panel remains open if another entity was previously selected for edit
- the toggle panel task's title is (UUID) key, not name
- overlap with other toggle panels: for example, when looking for members of a given group
- approval: after clicking claim, the content does not refresh
- toggle panel position must take in account the page layout after scrolling
- sometimes, based on the number of action items, toggle panel require page scroll to see all the available actions
Generally speaking, it could make sense to hide the panel whenever a row is unselected.