This is example from my dsl router, every time I try to open its web interface it ask for authentication, but if you start typing nothing happens, you first need to click into text field to switch focus to it. On other browsers same dialog and first input field is in focus automatically.
The request is just to focus the username field in the WebKitAuthenticationDialog by default.
Created attachment 309601 [details] Patch
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment on attachment 309601 [details] Patch OK. Since this is GTK+, I guess it's probably not possible to add a layout test for this... and it's very minor anyway.
Comment on attachment 309601 [details] Patch Clearing flags on attachment: 309601 Committed r216584: <http://trac.webkit.org/changeset/216584>
All reviewed patches have been landed. Closing bug.