Page MenuHomePhabricator

Drag and drop of a mitk-file into 3M3 doesn't work
Closed, ResolvedPublic

Description

Drag and drop of a mitk-file, wether into the open 3M3 or on the Mitk3M3.exe doesn't load the project file. Nothing happens.
Loading the project file by "File->Open" works fine.

Related Objects

Event Timeline

Problem within QmitkDnDFrameWidget.cpp,
implement control structure for *.mitk files.

Is this Core related? Then please add a a bug to the MITK product and write a short change request in the mitk.org wiki (which is linked in Bugzilla at the top right of the screen for MITK bugs).

Please ask Markus Engel for assistance if this is your first core change.

Michi Mueller will have a closer look to this matter anyway. Somehow I do not have rights to create an Request report.

Added change request for core modification.

This is not fixed, right? I will mark the _newer_ bug as duplicate.

(In reply to comment #6)

This is not fixed, right? I will mark the _newer_ bug as duplicate.

Issue not fixed because of the core dependency problem described in T3377.

This has been resolved during working on T10963. The SceneSerialization module now registers a mitk::IDataNodeReader micro service which is queried for in the new mitk::IOUtil::LoadFiles(...) method.