Closed (fixed)
Project:
Maestro
Version:
4.4.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Apr 2026 at 18:41 UTC
Updated:
14 May 2026 at 18:55 UTC
Jump to comment: Most recent
When there is a large/complex flow with many tasks and pointers, during task drag operations the Template Editor may experience either a momentary or prolonged lock up. Refreshing the page clears the issue and the issue is intermittent.
Comments
Comment #3
_randy commentedResolved by adding a flag that detects the drag-edit-changed events are fired. We defer the redrawing of the lines between tasks until the drag stops.
On drag end, apply the styles to the deferred changed elements.