Greetings.I'm a Gtk2-Perl developer. I have encountered a bug with CellRendererCombo which I'm unable to work around, and would *very* much appreciate it if a developer could take a quick look. The bug report, which contains a Gtk2-Perl script to demonstrate the problem, is at:
http://bugzilla.gnome.org/show_bug.cgi?id=317387Basically, CellRendererCombo's "edited" signal is only firing if you click *inside* the treeview after selecting an item in the combo ... ie if you select an item in the combo and then click *outside* the treeview, the 'edited' signal doesn't fire, even though the cell *looks* like the item has been selected. Basically, it's a critical data-loss bug. I'm also attaching the demo script here.
Any help greatly appreciated. -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: dkasak nusconsulting com au website: http://www.nusconsulting.com.au
Attachment:
cellrenderercombo_test.pl
Description: Perl program