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 116263 - connecting to row-activated on reorderable tree causes drag
connecting to row-activated on reorderable tree causes drag
Status: RESOLVED DUPLICATE of bug 113904
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.2.x
Other Linux
: Normal normal
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2003-06-29 14:41 UTC by Filip Van Raemdonck
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
testcase (2.06 KB, text/plain)
2003-06-29 14:42 UTC, Filip Van Raemdonck
Details

Description Filip Van Raemdonck 2003-06-29 14:41:01 UTC
There's "mainwin", a window containing a reorderable treeview, and it has a
signal handler connected to row-activated on the treeview.

Creating a dialog in that handler, with another handler connected to the
dialogs response signal, and in the first handler doing just
gtk_widget_show(_all) on the dialog instead of using dialog_run and still
in that handler setting mainwin insensitive; and closing the dialog in it's
response handler while setting mainwin sensitive again, causes the mouse
pointer to be in row drag mode when it gets over mainwin again.

Making the treeview not reorderable also makes the drag mode be gone, for
fairly obvious reasons.
Comment 1 Filip Van Raemdonck 2003-06-29 14:42:14 UTC
Created attachment 17896 [details]
testcase
Comment 2 Kristian Rietveld 2003-07-02 18:11:01 UTC

*** This bug has been marked as a duplicate of 113904 ***