sissaschool/sportran

GUI: some file are not displayed in the file list

rikigigi opened this issue · 3 comments

image
in this folder there are 3 files: test.dat, test.dat.dat, test.dat.dat.dat, but only the first is displayed

image
the name are not distinguishable and the file preview is not updating after selecting the other file with the same name on the file list. The content of the folder and of the files was:

$ ls
test.dat  test.test.dat
$ cat test.dat
test.dat
$ cat test.test.dat
test.test.dat

Please let's not close an issue before it is merged into develop.

One comment here:
I find very counter-intuitive that the path is displayed at the bottom of the page.
An user would expect to go from top to bottom, so:

  1. select the folder
  2. select the file and format
  3. click next

can we change the interface in this way? Thanks :)

thanks, solved