Bug 168383

Summary: Embedded file browser component does not respect SingleClick=false
Product: [Frameworks and Libraries] kdelibs Reporter: Jason A. Donenfeld <Jason>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: christophe, geroxp, iseeglass, tokoe
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jason A. Donenfeld 2008-08-05 05:26:10 UTC
Version:            (using KDE 4.1.0)
Installed from:    Gentoo Packages

When the global SingleClick variable is set to false, the embedded file viewers -- like the ones on the left side of Kate and Amarok or the top area of K3B -- still perform in single-click mode.

These types of embedded file viewers should respect the SingleClick=false setting.
Comment 1 Pino Toscano 2008-08-05 09:24:34 UTC
Which widget style are you using?
Comment 2 Jason A. Donenfeld 2008-08-05 09:26:30 UTC
Oxygen.

Same thing happens with Plastique.

Dolphin, konqueror, file-->open/save, etc respect singleclick=false, but the embedded file viewer used on the left side of kate and amarok does not respect singleclick=false.
Comment 3 Michael Pyne 2008-08-05 21:45:55 UTC
This seems to me to be a bug in KDirOperator (kdelibs/kfile/kdiroperator.cpp) which is used directly by kate and indirectly in the file open dialog (through KFileWidget).  I can confirm that both the embedded type and file open dialogs exhibit this bug.

*** This bug has been marked as a duplicate of 167909 ***
Comment 4 Jason A. Donenfeld 2008-08-06 05:58:49 UTC
File-->Open works as expected with kate.
The side file browser does not work as expected with kate.
Comment 5 Tobias Koenig 2008-10-06 22:03:50 UTC
Hej,

that's fixed now in current SVN trunk version.
Comment 6 Anna 2009-01-23 12:41:42 UTC
I'm a beginner, so sorry if I've missed something, but what is the fix for this?