Slab icon indicating copy to clipboard operation
Slab copied to clipboard

FileDialog: Missing files and folders

Open belohlavek opened this issue 4 years ago • 3 comments

That's basically what happens, somehow I missed this yesterday.

I open some folder inside C:/Users/MyUser on Windows and there's simply missing files and folders!

Reverting to https://github.com/coding-jackalope/Slab/blob/3998073eea9cfe640011ea0db82ea857345a58d4/Internal/Core/FileSystem.lua is my current walkaround

belohlavek avatar Mar 30 '20 12:03 belohlavek

I was unable to reproduce this issue on my machine. Could you provide some more details? Specifically,

  • What version of love are you running?
  • 32-bit / 64-bt?
  • Are you the root user on the machine?

coding-jackalope avatar Apr 05 '20 18:04 coding-jackalope

I am having the same problem. But it is something that happens some times, not always:

  • I amm running the demo in the library.
  • with Love 11.3
  • in a 64bit machine
  • where I am the root Please, let me know if you need anything else. Thank you for your work!

fsancho avatar Aug 16 '20 15:08 fsancho

It happens when the user clicks on a previous folder in the navigation bar at the top.

It's pretty bad because the user need to go back to the disk root to navigate again to the wanted directory to be able to see the folder's content.

The "back one folder" button works correctly.

chicogamedev avatar Jul 25 '22 15:07 chicogamedev