Re: Editable GtkCellRendererText and focus

2007-06-12 Thread Kristian Rietveld
On Mon, Jun 11, 2007 at 12:50:48AM -0500, Yevgen Muntyan wrote: What's wrong with the filechooser, by the way? File managers seem to work that way: you say Create Folder and it creates folder. If you're unhappy, you delete it. If you changed your mind while editing name, hit Escape which

Re: Editable GtkCellRendererText and focus

2007-06-12 Thread Matthias Clasen
On 6/12/07, Kristian Rietveld [EMAIL PROTECTED] wrote: On Mon, Jun 11, 2007 at 05:27:05PM +1200, Tim Evans wrote: I've attached a small PyGTK script that illustrates the problem. Our users are presented with a GtkTreeView containing a list of strings to edit. Having changed the values to

Re: Editable GtkCellRendererText and focus

2007-06-12 Thread Kristian Rietveld
On Tue, Jun 12, 2007 at 09:34:50AM +1000, Daniel Kasak wrote: Also related: http://bugzilla.gnome.org/show_bug.cgi?id=317387 ... affects cells with a CellRendererCombo as well. I think this is related in a different way, since you currently do not get a signal when the value in the combo

Re: Editable GtkCellRendererText and focus

2007-06-11 Thread Daniel Kasak
On Mon, 2007-06-11 at 17:27 +1200, Tim Evans wrote: In our application, I have run into a problem with the behaviour of GtkCellRendererText when an cell being edited loses focus. The problem appears to be caused by the fix to Bug #164494: bug: