Closed abdul99ahad closed 2 months ago
Sorting the elements to postpone laying out the gateways works in some cases but here's another case where it leads to new unexpected behavior:
The gateway is postponed so it's laid out only once all elements on the bottom have been laid out.
Even worse in this case (but was also bad before):
The model should adapt some different strategy to model gateways and elements as we can't rely on sorting for every scenario.
Describe the Bug
Sorting the elements to postpone laying out the gateways works in some cases but here's another case where it leads to new unexpected behavior:
The gateway is postponed so it's laid out only once all elements on the bottom have been laid out.
Even worse in this case (but was also bad before):
Steps to Reproduce
Expected Behavior
The model should adapt some different strategy to model gateways and elements as we can't rely on sorting for every scenario.
Environment