fix(service): drag transition travel times#1132
Conversation
Signed-off-by: Louis Greiner <louis.greiner@proton.me>
|
There is a second related bug — if this has not yet been addressed, it should be tracked as a new issue. I suspect that the same core problem is present: the times are not being calculated separately, or the backward travel time is simply forgotten during docking. This is similar to what happened during undock (and that PR only fixed the undock case). next_bug.webmchrome-capture-2026-06-15.webmThis PR can be merged . |
|
I fixed this bug #1132 (comment) in a fixup commit also. |
|
@louisgreiner Thank you for fixing this. Now I have a next issue found - asym. Test: Undock looks good - but dock with asym. doesn't work correctyl: asym_issue.webm |
|
Indeed, the dock transition with asymmetric travel times does not work well :/ I fear there's no easy way to fix this. The expected behavior would be to split 17' into 7.5' - 2' - 7.5' Anyway, this will be fixed naturally with the collapsed nodes feature |
Replace #1131
Close #1008