After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 783253 - Edit dialog doesn't grab focus when adding fields / setting summary
Edit dialog doesn't grab focus when adding fields / setting summary
Status: RESOLVED FIXED
Product: gnome-maps
Classification: Applications
Component: general
3.25.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-maps-maint
gnome-maps-maint
Depends on:
Blocks:
 
 
Reported: 2017-05-30 23:36 UTC by Robert Ancell
Modified: 2017-06-01 21:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
osmEditDialog: Focus on added fields (2.05 KB, patch)
2017-06-01 19:53 UTC, Marcus Lundblad
committed Details | Review

Description Robert Ancell 2017-05-30 23:36:59 UTC
Test Case:
1. Open GNOME Maps
2. Right click on map and choose "Add to OpenStreetMap" or "What's here?"
3. Add a field (e.g. website)

Expected result:
You can immediately type the website.

Observed result:
Focus is not on the new field.

4. Click "Next"

Expected result:
You can type the OpenStreetMap change comment.

Observed result:
Focus is not on the comment field.
Comment 1 Marcus Lundblad 2017-06-01 19:53:30 UTC
Created attachment 353028 [details] [review]
osmEditDialog: Focus on added fields

Let newly added fields grab focus in the edit view. Also grab focus on the
comment text area when clicking “Next”.
Comment 2 Robert Ancell 2017-06-01 20:55:14 UTC
Review of attachment 353028 [details] [review]:

Works for me! Thanks.
Comment 3 Robert Ancell 2017-06-01 20:55:43 UTC
Review of attachment 353028 [details] [review]:

Works for me! Thanks.
Comment 4 Marcus Lundblad 2017-06-01 21:03:54 UTC
Attachment 353028 [details] pushed as 5b17fc8 - osmEditDialog: Focus on added fields