GNOME Bugzilla – Bug 319529
Middle click/drag should only move toolbar item
Last modified: 2005-10-25 15:09:44 UTC
Dragging a toolbar item is a quick way to reorganize the toolbar. When moving toolbar items that open a web page (the Back button, for example), the web page is opened as well. I would expect that middle dragging a toolbar item just moves that item to another place on the toolbar, and that it does NOT execute the action associated with that item.
I can make it work, but I think the feature is crack. Middle-click on toolbar buttons does an action. It should not be overloaded to also do DnD.
It is actually consistent, as the gnome-panel also has middle click dragging to reorganize launchers and applets.
Created attachment 53864 [details] [review] Fix to prevent dnd events from activating the action *grumble*