tboegi / GpsMaster

https://wiki.openstreetmap.org/wiki/GpsMaster
GNU General Public License v2.0
48 stars 7 forks source link

Attempting to add points to "Waypoints" causes partial freeze. #6

Closed john-h-kastner closed 3 years ago

john-h-kastner commented 4 years ago

If "Waypoints" is selected in the sidebar, and I attempt to add a route point, the map interface and explorer panel will freeze.

Steps to Reproduce

  1. Create a new GPX file.
  2. Add to this using the "Find path" tool.
  3. Expand the entry in the explorer panel for the file you created.
  4. There should be a "Waypoints" child node for the GPX file that was just created. Sometime this isn't the case, and I haven't figured out a pattern here. You may have to repeat these first three steps a couple times or try some other operations.
  5. Once in a state where "Waypoints" is created, select it in the explorer panel
  6. Using "Add Route Points", attempt to add a point.
  7. You should now be unable to manipulate the map interface.

Workaround

Once in this state, the session can be recovered by clicking "Undo".

rfuegen commented 4 years ago

thanks for the bug report, I'll look into it.

rfuegen commented 3 years ago

I can reproduce the error, working on a fix. sorry for the long delay.

rfuegen commented 3 years ago

should be fixed, please check. the main problem here is that the GUI is quite inconsistent regarding the "add point" function (and possibly others, too).

hth.