Bug 225744 - Shortcuts do not work in KDirSelectDialog
Summary: Shortcuts do not work in KDirSelectDialog
Status: RESOLVED FIXED
Alias: None
Product: kfile
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-06 17:56 UTC by p92
Modified: 2010-02-09 17:39 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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