Bug 217711

Summary: Directory chooser dialog in copy/move file does not allow to actually choose a directory
Product: [Applications] krusader Reporter: Dominik Stadler <dominik.stadler>
Component: generalAssignee: Krusader Bugs Distribution List <krusader-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: bruce.oy, krusader-bugs-null, mg
Priority: NOR Keywords: reproducible
Version: 2.4.0-beta3 "Single Step"   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
See Also: https://bugs.kde.org/show_bug.cgi?id=308377
Latest Commit: Version Fixed In:

Description Dominik Stadler 2009-12-07 13:38:40 UTC
Version:           2.0.0 (using KDE 4.3.4)
OS:                Linux
Installed from:    Ubuntu Packages

When I choose "copy" or "move" in Krusader I get a dialog where I can enter the directory where to copy/move the files/directories to. There is also a button to use a file dialog to select the target directory. However when I try to use this file dialog, it does not allow me to actually select a directory. 

When I try to select a directory in the list of sub-directories of the current one, this directory is opened, instead of chosen as the selected one. When I try to press "Ok" when I have the correct directory open, nothing happens. So I could not find any way to select a directory with this dialog, is there one?
Comment 1 Jekyll Wu 2012-11-07 01:04:42 UTC
Still reproduciable using 2.4.0-beta3.
Comment 2 Jan Lepper 2013-02-08 19:24:45 UTC
Git commit 7c22649f7d7b7817fb4060858f9c60ef664e5be3 by Jan Lepper.
Committed on 08/02/2013 at 20:23.
Pushed by janlepper into branch 'master'.

FIXED: [ 217711 ] directory chooser dialog does not allow to choose a directory
REVIEW: 107308

set url requester mode to KFile::Directoy in the KChoseDir::getFile() methods
add  KChooseDir::getFile() for the cases where callers expect a file
more copy & paste - this will be cleaned up in krusader-next

M  +1    -0    ChangeLog
M  +33   -0    krusader/Dialogs/krdialogs.cpp
M  +1    -0    krusader/Dialogs/krdialogs.h
M  +2    -2    krusader/Panel/panelfunc.cpp

http://commits.kde.org/krusader/7c22649f7d7b7817fb4060858f9c60ef664e5be3
Comment 3 Jan Lepper 2013-02-08 19:27:59 UTC
*** Bug 308377 has been marked as a duplicate of this bug. ***
Comment 4 Jekyll Wu 2013-02-18 10:07:37 UTC
*** Bug 315356 has been marked as a duplicate of this bug. ***