Closed juliendelplanque closed 5 years ago
Sorry, for the delay; finally catching up on things...
I've ran into an issue with the multi selection - during the selection I can click on ..
which will either select it too, or will go up and select whatever is there. So the result is that when I am selecting say three images, I can be accident get folders instead (or a mixture of the two).
I'm working on it but there is an issue on spec. https://github.com/pharo-spec/Spec/issues/688
The methods #beSingleSelection and #beMultipleSelection allows to configure an instance of FDOpenFileDialog. The default is #beMultipleSelection.
As long as you do not try to select multiple files with a directory, no strange behaviour. This case is still to be solved but requires to dig deeper in Spec.