GNOME Bugzilla – Bug 783253
Edit dialog doesn't grab focus when adding fields / setting summary
Last modified: 2017-06-01 21:03: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.
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”.
Review of attachment 353028 [details] [review]: Works for me! Thanks.
Attachment 353028 [details] pushed as 5b17fc8 - osmEditDialog: Focus on added fields