process-analytics / icpm-demo-2022

The demo presented at ICPM 2022
https://process-analytics.github.io/icpm-demo-2022/
Apache License 2.0
3 stars 1 forks source link

[REFACTOR] Compliance Rules: review the popover on panning and zooming #58

Open tbouffard opened 2 years ago

tbouffard commented 2 years ago

Currently, there is an issue when panning and zooming (same root cause as for #2 and #4). When panning, the popover size changes or the popover disappears. When zooming, the popover size doesn't change accordingly to the size of the activity it is attached to.

https://user-images.githubusercontent.com/27200110/197399520-0a79c8bb-a573-4ca3-846a-80184d548e71.mp4

Notes

The panning issue may be fixed: see https://github.com/process-analytics/bpmn-visualization-examples/pull/378#issuecomment-1228659300 For the zoom, it may requires to check the poper.js 'sticky' and 'appendTo' properties.