GNOME Bugzilla – Bug 142192
Make dragging a contact to a chatwindow more like dragging a tab
Last modified: 2005-08-17 17:15:57 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 :)
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.
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.