Page MenuHomePhabricator

Bug in selection mechanism
Closed, InvalidPublic

Description

There seems to be a bug in the selection mechanism.

When I load a surface S1, select it, de-select it and then load second surface S2 I get a strange behavior. In the Datamanager the first surface S1 is shaded light gray and behaves as if it is selected, i.e. it will be listed as a selected node in

std::vector<mitk::DataNode*> nodes = this->GetDataManagerSelection();

I cannot properly de-select the surface S1. The behavior stays even if I try to select and de-select it several times with the mouse.

If I delete S1 and re-load it, then S2 becomes "un-de-selectable".

The same thing happens for images!

not_selected.png (972×1 px, 96 KB)

Event Timeline

I am using MITK from the svn repository with time stamp:

2010-04-26T06:53:37.601888Z

Sorry, I made a wrong conclusion. A simpler test did not reproduce this "bug".

Merging "Datamanager" component into ExtApp plugins

kislinsk changed the task status from Invalid to Spite.Jun 27 2018, 1:33 PM
kislinsk added a project: Bulk Edit.
kislinsk changed the task status from Spite to Invalid.Jun 27 2018, 1:37 PM
kislinsk removed a project: Bulk Edit.