Opened 16 years ago
Closed 16 years ago
#4138 closed Bug report (rejected)
Mouse movement intolerance when double clicking
Reported by: | R. L. Bekkema | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | Linux | |
Operating system version: |
Description
Filezilla is very intolerant to mouse movement when doubleclicking on a directory (in both the tree and the list). With my mouse it doesn't bother me because I don't move the mouse while clicking. However, with my tablet it's almost impossible to enter a directory because I can't double click without moving at all. It will try to move the directory into itself, which ofcourse isn't possible.
This doesn't seem to be a problem in the Windows version.
Change History (4)
comment:1 by , 16 years ago
Resolution: | → rejected |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
If it's a GTK application shouldn't it inherit the 'double click distance threshold' from my Gnome settings, like all other GTK applications? Filezilla is the only application with this problem. Besides, why would the default be absolute zero.
I also googled on how to set the 'gtk-double-click-distance' setting in the .gtkrc. I only get GTK API references.
comment:3 by , 16 years ago
Resolution: | rejected |
---|---|
Status: | closed → reopened |
comment:4 by , 16 years ago
Resolution: | → rejected |
---|---|
Status: | reopened → closed |
The double-click signal clearly comes from GTK's GDK, which gets wrapped around by wxWidgets which in turn gets used by FileZilla. There's nothing I can do to change this.
FileZilla uses wxWidgets which in turn uses GTK+ on *nix. The double click distance threshold is controlled by the "gtk-double-click-distance" GTK+ setting. You can probably change it using your .gtkrc file.