GNOME Bugzilla – Bug 688061
When opening gnome-screenshot via hotkey, the name field is highlighted but does not have text focus.
Last modified: 2013-05-10 17:44:46 UTC
When running gnome-screenshot from hotkeys (and likely without), the save as dialog appears, and the name of the file to be saved is highlighted. This will make the user think this text box is active, and that typing will change the file name. This is not the case, as the text box does not have focus.
Confirmed with master. Patch upcoming.
Created attachment 240786 [details] [review] Fix file name field in dialog not having focus initially Patch against gnome-screenshot master which fixes this.
Review of attachment 240786 [details] [review]: Looks good, but you should also set the save button as receives-default = TRUE, so that pressing Enter in the entry goes ahead and saves the file. The entry already has activates_default = TRUE.
(In reply to comment #3) > Looks good, but you should also set the save button as receives-default = TRUE, > so that pressing Enter in the entry goes ahead and saves the file. > The entry already has activates_default = TRUE. Hm, I tried that now, but it still does not work. Either I'm not running this thing the right way or there is another problem.
Yes, there was another problem preventing keyboard activation to work properly, which I fixed now in git. I also applied your patch on top. Thanks! Closing this as FIXED. Attachment 240786 [details] pushed as 046f57e - Fix file name field in dialog not having focus initially
Thanks! Verified that this fixes it. Will this get into 3.8.1?
*** Bug 694190 has been marked as a duplicate of this bug. ***
Yeah I will include those fixes in 3.8.1.
*** Bug 700075 has been marked as a duplicate of this bug. ***