Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 5.2.0 Beta1
-
Fix Version/s: None
-
Component/s: Widgets: Widgets and Dialogs
-
Labels:
-
Environment:Linux, qt 5.2
Windows 7 64 bit
-
Commits:7e30d3afd35cd24b8888d6f392330c3afa69cb81
Description
This is a regression from qt 4
Steps to reproduce:
0) Create a temporary file, e.g. touch /tmp/xxxx
1) Open the standarddialog example: examples/widgets/dialogs/standarddialog
2) Open the getOpenFileNames dialog
3) navigate to /tmp, select the xxxx file and delete it
4) Nothing happens
This works with qt4. (Do note that you might need to uncheck the native dialogs checkbox).