Daniel Kasak wrote:
Hi all.I have a project nearing completion that is going to have problems with the gtk+ bug:http://bugzilla.gnome.org/show_bug.cgi?id=317387 There is a test script attached to the bug, and I'm also posting it here.Basically, if you use the mouse to set a value in a CellRendererCombo, and then use the mouse to click *outside* the treeview immediately after ( ie before clicking anything else in the treeview ), the cell's 'edited' signal never fires, and the value that you selected is dropped. To test, run the attached script and hit the 'dump values' button. Note that changes to the 3rd column with the CellRendererCombo are only realised after you click somewhere inside the treeview.I don't suppose there's an easy workaround?
Forgot the test script :) -- 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