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 559109 - GtkTreeView and GtkCellRendererCombo unresponsive with callback
GtkTreeView and GtkCellRendererCombo unresponsive with callback
Status: RESOLVED DUPLICATE of bug 558323
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.14.x
Other All
: Normal major
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2008-11-03 14:07 UTC by Matthew Whitworth
Modified: 2008-11-04 06:36 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
Sample GTK/C application that displays the behaviour. (1.68 KB, text/plain)
2008-11-03 14:09 UTC, Matthew Whitworth
Details

Description Matthew Whitworth 2008-11-03 14:07:17 UTC
Please describe the problem:
GtkTreeViewColumn offers a callback, via set_cell_data_func, that is called to set up a combo box for every list/tree entry. Setting a model (via g_object_set) and trying to edit the list entry results in the combobox flashing and becoming unresponsive.

Steps to reproduce:
1. Compile and run the sample program


Actual results:
Combobox (and application) is unresponsive. User cannot select a combobox entry.

Expected results:
Combobox functions normally, like when the model is set without a callback.

Does this happen every time?
Yes

Other information:
Comment 1 Matthew Whitworth 2008-11-03 14:09:05 UTC
Created attachment 121866 [details]
Sample GTK/C application that displays the behaviour.

Short example.
Comment 2 Matthew Whitworth 2008-11-03 15:12:35 UTC
Note that this happens after upgrading to the version of GTK+ used in Ubuntu Intrepid Ibex, and does not occur in Hardy or earlier versions.
Comment 3 Kristian Rietveld 2008-11-03 15:43:12 UTC
This sounds like a duplicate of #558323, right Matthias?
Comment 4 Matthias Clasen 2008-11-04 06:36:16 UTC
right

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