GNOME Bugzilla – Bug 756907
Files, sidebar items, etc. steal focus from default button, location entry, etc.
Last modified: 2017-08-24 13:16:23 UTC
in the main export dialog it bothers a bit when the confirm button loses his focus after changing to an user-defined directory (save location), especially when you have to export multiple files, because Gimp forgets the settings for the next export
Since we can do absolutely nothing about it let's see what GTK+ has to say about this, reassigning.
Unlikely that this will get looked at in gtk2 at this point. How is your gtk3 port coming ?
Is this fixed in gtk3? If yes, just get rid of the bug please.
I'm not sure, buecause I don't exactly know what the complaint is - if I open the export dialog, there is no 'confirm' button.
The request is to keep the default "confirm" (OK) button activatable using enter even if a location from the sidebar was clicked.
In that case, this boils down to a duplicate of https://bugzilla.gnome.org/show_bug.cgi?id=785838 - i.e. the idea that the sidebar items should not focus-on-click. In that case, the focus was stolen from the Entry, but the cause is the same.
*** Bug 785838 has been marked as a duplicate of this bug. ***
In the case of gedit, two drop downs on bottom of the save dialog (text encoding and line break) steal focus too.
Yeah, pretty much any widget will. I guess the question is where, if anywhere, to draw a line between things that should grab focus on click vs things that shouldn't.
*** This bug has been marked as a duplicate of bug 596841 ***
zoom: (In reply to Matthias Clasen from [bug 596841] comment #7) > making an active ui element nonfocusable is basically always the wrong > answer.