Bug 225744

Summary: Shortcuts do not work in KDirSelectDialog
Product: [Applications] kfile Reporter: p92
Component: generalAssignee: kdelibs bugs <kdelibs-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: rakuco
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description p92 2010-02-06 17:56:40 UTC
Version:           2.13 (using KDE 4.3.5)
OS:                Linux
Installed from:    Ubuntu Packages

open an archive with ark
click on the extract icon
the file selector appears
select a directory

try F8 to make hidden files appear => nothing change

right click on the directory selected, the contextual menu shows the option to unhide/hide hidden files which is associated with F8
but F8 does nothing.
Comment 1 Raphael Kubo da Costa 2010-02-09 17:36:51 UTC
SVN commit 1087820 by rkcosta:

Associate a widget to the action collections, otherwise the
shortcuts defined will not work as expected.

BUG: 225744


 M  +1 -0      kdirselectdialog.cpp  
 M  +1 -0      kfilewidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1087820
Comment 2 Raphael Kubo da Costa 2010-02-09 17:39:36 UTC
SVN commit 1087822 by rkcosta:

Backport r1087820.

Associate a widget to the action collections, otherwise the
shortcuts defined will not work as expected.

CCBUG: 225744


 M  +1 -0      kdirselectdialog.cpp  
 M  +1 -0      kfilewidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1087822