Page MenuHomePhabricator

[Segmentation] Interpolation nodes / position nodes are not correctly hidden
Open, LowPublic

Description

To reproduce this bug:

  • start segmentation of an image
  • activate 3D interpolation
  • activate "Show Position Nodes"
  • deactivate interpolation again

... then the position nodes are still visible in the data manager

Bug was found with a windows compile of the release branch (releases/2018-04) in december 2019 (hash: 0f8a56ccc4bf07f86112f4b4c4e2ff1f733dd9d4).

Event Timeline

franza created this task.
kislinsk moved this task from Backlog to Segmentation on the MITK (v2021.02) board.
kislinsk added a subscriber: kislinsk.

Nodes should not be removed but hidden.

I can verify this behavior. Also, if you close the segmentation view while the position nodes are shown, they stay visible.
If you open the segmentation view again and select the 3-Dimensional interpolation, the position nods are still shown, although the checkbox is not checked.
Checking it and unchecking it will hide the position nodes again.

This can be fixed when working on T27060: [Segmentation] Rework InterpolationWidget to not depend on data manager view directly.

kalali renamed this task from Segmentation: interpolation nodes are not removed from data manager to [Segmentation] Interpolation nodes / position nodes are not correctly hidden.Oct 14 2020, 2:27 PM