[Xfce-bugs] [Bug 14233] Single click mode does not always select items
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Sat Feb 24 23:26:40 CET 2018
https://bugzilla.xfce.org/show_bug.cgi?id=14233
Andre Miranda <andreldm at xfce.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andreldm at xfce.org
--- Comment #3 from Andre Miranda <andreldm at xfce.org> ---
An straightforward way to fix this is to not allow the tree view pane to steal
file view's focus. It's fairly easy to preview this behavior:
- pkill -i thunar
- GTK_DEBUG=interactive thunar
- Select the ThunarTreeView, on its properties set can-focus to FALSE
It will be an one-liner fix, but I wonder if other users will complain about
not being able to navigate on the side pane with the keys anymore.
Also, I think it's not easy to make select by hover work without focus, you
see, Thunar uses ExoIconView and ExoTreeView, but explicitly check the widget's
focus:
https://git.xfce.org/xfce/exo/tree/exo/exo-icon-view.c?id=d692d42567147570a25ea7136bf8c59f9fa97cf7#n8565
https://git.xfce.org/xfce/exo/tree/exo/exo-tree-view.c?id=d692d42567147570a25ea7136bf8c59f9fa97cf7#n655
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list