PolyMeilex / rfd

Rusty File Dialog
MIT License
524 stars 60 forks source link

FileDialog blocking forever #189

Closed WardLordRuby closed 2 months ago

WardLordRuby commented 2 months ago

I believe this is an issue with the rfd::FileDialog on windows specifically the pick_files variant, I am using windows 11. Any action taken after pressing the down arrow context menu on the "Open" button will cause the thread to block forever, i.e. selecting a file, closing the window, selecting cancel. Seems like the window is closed but it is still waiting to receive a value.