You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dragging mission waypoints drags a circle but not the point label or the lines connecting it to the rest of the path
Points are labelled with 1-indexing on the map, and 0-indexing in the list on the right side
Deleting a point deletes the label and list entry, but keeps the line
Waypoint labels also seem to have huge padding for no reason
1- Solved in the first mission planning refactor PR-1469;
2- The right side waypoints panel was replaced by a sliding configuration panel, as the one present on the Edit Mode to configure input widgets - PR-1523;
3- Also fixed on - PR-1523;
4- I suspect this issue is related to a lifecycle problem. It loads the correct CSS properties only after a page refresh. My suggestion is to temporarily add an auto refresh until we find the root cause of the problem.
With the auto refresh logic added (also showing the issues from 1 to 3 solved):
Dragging mission waypoints drags a circle but not the point label or the lines connecting it to the rest of the path
Points are labelled with 1-indexing on the map, and 0-indexing in the list on the right side
Deleting a point deletes the label and list entry, but keeps the line
Waypoint labels also seem to have huge padding for no reason
1- Solved in the first mission planning refactor PR-1469;
2- The right side waypoints panel was replaced by a sliding configuration panel, as the one present on the Edit Mode to configure input widgets - PR-1523;
3- Also fixed on - PR-1523;
4- I suspect this issue is related to a lifecycle problem. It loads the correct CSS properties only after a page refresh. My suggestion is to temporarily add an auto refresh until we find the root cause of the problem.
With the auto refresh logic added (also showing the issues from 1 to 3 solved):
I've seen problems 1 and 3 yet happening after we merged #1523. It is intermittent. Happens on some boots, not always.
Bug description
Steps to reproduce
Primary pain point(s)
Mission planning is much harder if the waypoints aren't editable, and if the labels are so big they have significant overlap.
Additional context
No response
Prerequisites
The text was updated successfully, but these errors were encountered: