GNOME Bugzilla – Bug 731020
3.13.2: PlacesSidebar changes directories on right click
Last modified: 2014-06-01 19:57:21 UTC
When right clicking the places sidebar in the file chooser or in nautilus in 3.13.2, additionally to opening the context menu the directory is also changed according to the item that was right clicked. Additionally in nautilus a middle click in the sidebar not only opens a new tab but also changes the directory of the current tab.
Probably more fallout from the gestures merge
The following fix has been pushed: 541ed65 treeview: restrict the multipress gesture to GDK_BUTTON_PRIMARY
Created attachment 277701 [details] [review] treeview: restrict the multipress gesture to GDK_BUTTON_PRIMARY ::row-activated only used to be triggered by GDK_BUTTON_PRIMARY, so make the multipress gesture handling this now to be only triggered by that same button.