Something went wrong while setting issue due date.
Input file paths are deleted in some input fields of Qt GUIs
Mantis Issue 686, reported by cpeyrega, assigned to jmalik, created: 2013-03-14
When you try to modify the path of a "ParameterType_InputImageList" or "ParameterType_InputVectorDataList" field in a Qt GUI like otbgui_TrainSVMImagesClassifier or otbgui_ValidateSVMImagesClassifier, the path field is erased in the Qt GUI after each keystroke.
These issues seem to come from the fact that the OTB Application tries to immediately read the input raster or vector data in the lists during the filling of the corresponding Qt GUI fields, which should be better made after having launched the "execute" command, and not during the filling of the input fields.
1366379346 - julienmFixed in http://hg.orfeo-toolbox.org/OTB/rev/cfc8eb2d8078