Review Request 115238: Bug in KDEPlatformFileDialogHelper(?) causes selectFile not to work in QFileDialog
Gregor Mi
codeminister at publicstatic.de
Wed Jan 22 22:18:34 UTC 2014
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/115238/
-----------------------------------------------------------
Review request for KDE Frameworks and David Faure.
Repository: frameworkintegration
Description
-------
Bug in KDEPlatformFileDialogHelper (or related code) as described below.
The patch extends the qfiledialogtest so that the following command is possible:
Run ./qfiledialogtest --acceptMode save --selectFile ~/moo.png
Expected:
- a Save File Dialog opens and the text field is filled with moo.png and the directory switches to the given path
- The OK button is active so that the user can click it and the dialog closes
Actual:
- a Save File Dialog opens but the text field is NOT filled and the location does not change
- The OK button is not active
- Workaround: click on an existing file and the OK button becomes active
Diffs
-----
tests/qfiledialogtest.cpp 3ef79a2b6787bd42dfa32a6c6415111189755436
Diff: https://git.reviewboard.kde.org/r/115238/diff/
Testing
-------
Thanks,
Gregor Mi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20140122/6141a214/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list