flamendless / Slab

An immediate mode GUI for the Love2D framework.
MIT License
295 stars 25 forks source link

FileDialog: Missing files and folders #12

Open belohlavek opened 4 years ago

belohlavek commented 4 years ago

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

coding-jackalope commented 4 years ago

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

fsancho commented 4 years ago

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

chicogamedev commented 2 years ago

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.