Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.9.0, 5.9.2
-
d366d6dfd30de6e6f83afc807a4648f008b396e5 (qtbase/5.9, 4.11.2017, 5.9.4)
Description
When native QFileDialog::getExistingDirectory() is used to select Network drive then that leads to hang the application.
This can be easily reproducible with:
C:\Qt\Qt5.9.0\Examples\Qt-5.9\widgets\dialogs\findfiles
Run filedialog example then click on Browse button to open QFileDialog
Select Network and click Select Folder
FileDialog application hangs.