Fix open/save file dialog getting stuck after Windows 11 update#2457
Conversation
ebdf3a3 to
239eea0
Compare
We will run those APIs on separate STA thread and pump messages while waiting for the dialog to end. fixes #2431 fixes #2426 fixes #2418 fixes #2417 fixes #2390 fixes #2372 fixes #2371 fixes #2370 fixes #2364 fixes #2361 fixes #2360 fixes #2343 fixes #2332 fixes #2322 fixes #2320 fixes #2319 fixes #2312 fixes #2299
239eea0 to
ddca898
Compare
|
I just installed the pre-release, patched Windows and rebooted. The shell still hangs like before. |
|
@dragon57 |
Windows 11, 25H2, build 26200.8457 When I try to drag something in the start menu to one of my app folders that would normally popup the file requestor saying it needs admin rights to move, Open Shell hangs before that point. Sorry, I was logged in as a different user than dragon57 when I replied. |
|
This PR is about file open/save dialogs. You should create an issue for that (if you haven't already). |
|
Sorry, I should have read the details better. I saw the pre-release and the word hang! :) I created a new issue. |
|
This still doesn't fix the "Open File Location" issue - shouldn't this be related and therefore fixed? (I still have to click the taskbar empty space for the Windows Explorer window to open). |
|
Nope. That's different thing. |
That’s extremely unfortunate. It’s the biggest pet peve right now. |
We will run the API on separate STA thread and pump messages while waiting for the dialog to end.