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 142192 - Make dragging a contact to a chatwindow more like dragging a tab
Make dragging a contact to a chatwindow more like dragging a tab
Status: RESOLVED FIXED
Product: gossip
Classification: Deprecated
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Gossip Maintainers
Gossip Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-05-09 14:16 UTC by Sjoerd Simons
Modified: 2005-08-17 17:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sjoerd Simons 2004-05-09 14:16:15 UTC
Hi,

When one drags the tab from one chatview to another, the tab is already placed
in the target window when you move over it. When dragging a contact to a
chatview, the noteboot widget is ``highlighted''. The tab dragging behaviour
shows better what the result will be and allows better control (putting someone
as the first tab for example). So changing the contact dragging to be more like
tab dragging, would be very nice :)
Comment 1 Mikael Hallendal 2004-05-11 20:58:09 UTC
Yeah, this would indeed be nice. The reason for this is that I implemented the
roster->chat window dnd with standard GTK dnd. But I think the tab dragging is
done in some own way. I haven't had time to look into this yet.
Comment 2 Martyn Russell 2005-08-17 17:15:57 UTC
Fixed.  

This was a GossipNotebook thing.  

Basically I have added gtk_drag_highlight and gtk_drag_unhighlight into the code
and only move the tab when the button is released instead of on motion notify
when it finds a suiter.