Develop
Ticket #1620 (closed defect: fixed)
Target dialog displays wrong information
| Reported by: | apf | Owned by: | RobD |
|---|---|---|---|
| Priority: | normal | Milestone: | XCSoar 6.2 |
| Component: | Task | Version: | 6.2.3 |
| Keywords: | Cc: |
Description
Tested with AAT task on current 6.2.x and master builds.
To reproduce:
- Plan AAT task with several WPs (e.g. WP0 (Start) -> WP1 -> WP2 -> WP3 -> WP4 -> WP0 (Finish))
- Fly this task (I did it by dragging the glider symbold in simulation mode) and arm the turns as appropriate.
- As soon as some WPs have been achieved the target dialog will start to display wrong information (e.g. WP names do not match map and every achieved WP will show the map of the start WP). For example after achieving WP0 (Start) and WP1 the target dialog will cycle through:
| No | Map shown for | WP name shown |
|---|---|---|
| 1 | WP0 | 2 WP2 |
| 2 | WP0 | 3 WP3 |
| 3 | WP2 | 4 WP4 |
| 4 | WP3 | 5 WP0 |
| 5 | WP4 | 5 WP0 |
| 6 | WP0 | 5 WP0 |
Change History
comment:3 Changed 18 months ago by RobD
- Status changed from accepted to closed
- Resolution set to fixed
Fixed index error on OnNextClicked? in 6.2.x
Note that the master branch has added an OnPreviousClicked? function that needs the same index correction applied.
Note: See
TracTickets for help on using
tickets.

Just as additional info. AAT and Racing tasks show the same problem.