https://bugzilla.xfce.org/show_bug.cgi?id=14233
Andre Miranda <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Andre Miranda <[email protected]> --- 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. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
