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 319529 - Middle click/drag should only move toolbar item
Middle click/drag should only move toolbar item
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Controls
git master
Other Linux
: Normal normal
: 2.14.x
Assigned To: Philip Langdale
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2005-10-23 13:32 UTC by Wouter Bolsterlee (uws)
Modified: 2005-10-25 15:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix to prevent dnd events from activating the action (5.09 KB, patch)
2005-10-25 05:17 UTC, Philip Langdale
committed Details | Review

Description Wouter Bolsterlee (uws) 2005-10-23 13:32:13 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.
Comment 1 Philip Langdale 2005-10-23 22:32:01 UTC
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.
Comment 2 Reinout van Schouwen 2005-10-24 21:09:06 UTC
It is actually consistent, as the gnome-panel also has middle click dragging to
reorganize launchers and applets.
Comment 3 Philip Langdale 2005-10-25 05:17:10 UTC
Created attachment 53864 [details] [review]
Fix to prevent dnd events from activating the action

*grumble*