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 87765 - Can't drag wanda with left mouse button
Can't drag wanda with left mouse button
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: fish
git master
Other other
: Normal minor
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-07-09 16:58 UTC by Calum Benson
Modified: 2005-01-02 14:11 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
This patch handles the situation in which nothing happens to wanda on mouse-down, but it happens on mouse-up when click is complete. (1.64 KB, patch)
2004-06-05 05:36 UTC, Bhavin Shah
none Details | Review

Description Calum Benson 2002-07-09 16:58:14 UTC
You can reposition many other panel objects by dragging and dropping them
with the left mouse button.  Wanda, however,seems to spout forth her words
of wisdom on receipt of the button-down event.  Suggest fixing so that
dialog only appears when you click, not when you try to drag.
Comment 1 Constantine Evans 2002-07-10 03:54:37 UTC
Lowering severity, as this is not very important.
Comment 2 Luis Villa 2002-07-10 17:54:24 UTC
/me ponders adding a 'consistency' keyword...
Comment 3 Calum Benson 2002-07-10 18:05:38 UTC
I guess the 'hig' keyword would cover consistency, although there
isn't actually a specific guideline I can think of that this one
breaches :/
Comment 4 Vincent Untz 2002-11-06 23:40:13 UTC
Calum: after some thoughts, I wonder if your idea is good. The applets
you can move with the left mouse button have a handle to drag them.
All other applets can't be moved with the left mouse button because
they don't have a handle.
Comment 5 Calum Benson 2002-11-07 12:47:51 UTC
True, but I would consider it a bug that you can't drag some applets
with the left button. IMHO the only applets that you shouldn't be able
to drag with the left button are the ones where left-dragging performs
some operation within the applet itself, which I think currently only
applies to the workspace switcher.  Otherwise applets are inconsistent
with launchers, menus and drawers for no particular reason.

However, that's slightly orthogonal to the original bug I reported
here, which is that nothing should happen to Wanda on mouse-down, it
should happen on mouse-up when the 'click' is complete.
Comment 6 Luis Villa 2002-11-07 19:45:12 UTC
Apologies for the spam- I'm removing 'bugsquad' from some keywords via the web
interface. This is a one-time only thing before I re-add bugsquad via the SQL
interface, which will generate no mail. Apologies again.
Comment 7 Bhavin Shah 2004-06-05 05:36:27 UTC
Created attachment 28361 [details] [review]
This patch handles the situation in which nothing happens to wanda on mouse-down, but it happens on mouse-up when click is complete.
Comment 8 Christian Neumair 2004-12-26 18:01:12 UTC
Can we have this revised?
Comment 9 Vincent Untz 2005-01-02 14:11:17 UTC
Thanks for the patch. I committed another one in HEAD.