Re: [Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2009-06-16 Thread RedRat
How about removing the highlight of the pseudo file name then. If the focus is on the folder, highlight the folder but do not highlight the suggested filename. Brett Alton wrote: > That's because you just clicked on a folder, so now the focus is with > the folders, not with the filename. The pro

Re: [Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2008-05-12 Thread Alexander Jones
The small text field is the GtkTreeView filter. It is needed for keyboard browsing. The problem here is actually that, as soon as the directory browser is revealed, it takes focus, unconditionally. What I think should happen is that using the expander should transfer focus to the browser. ** Att