After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 731020 - 3.13.2: PlacesSidebar changes directories on right click
3.13.2: PlacesSidebar changes directories on right click
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
3.13.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-05-31 00:56 UTC by Sebastian Keller
Modified: 2014-06-01 19:57 UTC
See Also:
GNOME target: 3.14
GNOME version: ---


Attachments
treeview: restrict the multipress gesture to GDK_BUTTON_PRIMARY (1.28 KB, patch)
2014-06-01 19:57 UTC, Carlos Garnacho
committed Details | Review

Description Sebastian Keller 2014-05-31 00:56:20 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.
Comment 1 Matthias Clasen 2014-05-31 04:01:44 UTC
Probably more fallout from the gestures merge
Comment 2 Carlos Garnacho 2014-06-01 19:57:16 UTC
The following fix has been pushed:
541ed65 treeview: restrict the multipress gesture to GDK_BUTTON_PRIMARY
Comment 3 Carlos Garnacho 2014-06-01 19:57:21 UTC
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.